[vlc-commits] contribs: fixed typo
Felix Paul Kühne
git at videolan.org
Sat May 7 21:36:00 CEST 2011
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat May 7 21:35:57 2011 +0200| [e4b19d0ae57c2d48a318df2eabd66036d7665eb6] | committer: Felix Paul Kühne
contribs: fixed typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e4b19d0ae57c2d48a318df2eabd66036d7665eb6
---
extras/contrib/src/contrib-src.mak | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index 9b4c62d..3586d52 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -37,9 +37,9 @@ include ./packages.mak
#ifdef HAVE_DARWIN_OS
export PATH := $(PREFIX)/bin:$(EXTRA_PATH):/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:
-else
+#else
export PATH := $(PREFIX)/bin:$(EXTRA_PATH):$(PATH)
-endif
+#endif
export PKG_CONFIG_PATH
export PKG_CONFIG_LIBDIR = $(PREFIX)/lib/pkgconfig
export MACOSX_DEPLOYMENT_TARGET = $(SDK_TARGET)
More information about the vlc-commits
mailing list