freebsd-ports/devel/apr1/files/patch-apr-util_configure
Craig Rodrigues 5b1b902bab Update to apr 1.2.8
PR:	ports/112506
2007-06-16 19:56:47 +00:00

21 lines
458 B
Text

--- apr-util-1.2.8/configure.orig Mon Sep 26 18:28:49 2005
+++ apr-util-1.2.8/configure Fri Dec 23 15:06:09 2005
@@ -13806,6 +13806,8 @@
elif test "$withval" = "no"; then
apu_have_gdbm=0
else
+ saved_cppflags="$CPPFLAGS"
+ saved_libs="$LIBS"
CPPFLAGS="-I$withval/include"
LIBS="-L$withval/lib "
@@ -14064,6 +14066,9 @@
fi
fi
+
+ CPPFLAGS="$saved_cppflags"
+ LIBS="$saved_libs"
fi
else