vlc/vlc-1.1 | branch: master | Rafaël Carré <[email protected]> | Thu Aug 
19 02:19:04 2010 +0200| [37ac16e0d79a08e3d363d6e830fe53adae25ad8f] | committer: 
Rémi Duraffort 

zsh completion: fix include of contrib headers
(cherry picked from commit a103aafe1e3a3ad54df94be338fa6b3e50d6f226)

Signed-off-by: Rémi Duraffort <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=37ac16e0d79a08e3d363d6e830fe53adae25ad8f
---

 extras/analyser/zsh_completion.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/analyser/zsh_completion.sh 
b/extras/analyser/zsh_completion.sh
index 91a359e..d901b1c 100755
--- a/extras/analyser/zsh_completion.sh
+++ b/extras/analyser/zsh_completion.sh
@@ -53,7 +53,7 @@ fi
 export LD_LIBRARY_PATH=$BUILDDIR/src/.libs
 
 if [ -e ../../extras/contrib/config.mak -a ! "`grep HOST 
../../extras/contrib/config.mak 2>/dev/null|awk '{print $3}'`" != "$HOST" ]; 
then
-    CPPFLAGS="-I../../extras/contrib/include"
+    CXXFLAGS="-I../../extras/contrib/include"
 fi
 
 [ -z "$CXX" ] && CXX=g++

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to