1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/apr1/files/patch-apr-util_configure
2008-05-04 20:37:53 +00:00

22 lines
460 B
Plaintext

--- apr-util-1.2.12/configure.orig Mon Sep 26 18:28:49 2005
+++ apr-util-1.2.12/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