SOURCES: anjuta-cflags.patch (NEW) - bring cppflags, too

arekm arekm at pld-linux.org
Sun Jan 14 19:50:01 CET 2007


Author: arekm                        Date: Sun Jan 14 18:50:01 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- bring cppflags, too

---- Files affected:
SOURCES:
   anjuta-cflags.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/anjuta-cflags.patch
diff -u /dev/null SOURCES/anjuta-cflags.patch:1.1
--- /dev/null	Sun Jan 14 19:50:01 2007
+++ SOURCES/anjuta-cflags.patch	Sun Jan 14 19:49:56 2007
@@ -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
================================================================


More information about the pld-cvs-commit mailing list