blob: 5d1644e095a5a78c13b79371e5eafe709eb2f327 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2008-07-02 13:16:16.000000000 +0200
+++ configure 2008-07-02 13:16:48.000000000 +0200
@@ -73873,7 +73873,7 @@
VLC_CONFIG="top_builddir=\"\$(top_builddir)\" \$(top_builddir)/vlc-config"
-CPPFLAGS_save="${CPPFLAGS_save} -I\$(top_srcdir)/include -I\$(top_builddir)/include"
+CPPFLAGS_save="-I\$(top_srcdir)/include -I\$(top_builddir)/include ${CPPFLAGS_save}"
CPPFLAGS="${CPPFLAGS_save}"
|