]> git.pld-linux.org Git - packages/anjuta.git/commitdiff
- bring cppflags, too
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Jan 2007 18:49:56 +0000 (18:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anjuta-cflags.patch -> 1.1

anjuta-cflags.patch [new file with mode: 0644]

diff --git a/anjuta-cflags.patch b/anjuta-cflags.patch
new file mode 100644 (file)
index 0000000..174f113
--- /dev/null
@@ -0,0 +1,11 @@
+--- configure.in.org   2007-01-14 19:48:06.228659750 +0100
++++ configure.in       2007-01-14 19:48:26.069899750 +0100
+@@ -893,7 +893,7 @@
+       test $VALUE && APR_CONFIG=$VALUE
+       if test $APR_CONFIG ; then
+               AC_MSG_RESULT([found])
+-              APR_CFLAGS="`$APR_CONFIG --cflags`"
++              APR_CFLAGS="`$APR_CONFIG --cppflags --cflags`"
+               APR_INCLUDE="`$APR_CONFIG --includes`"
+               APR_LIBS="`$APR_CONFIG --link-ld --libs`"
+       else
This page took 0.08181 seconds and 4 git commands to generate.