diff options
author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2008-07-04 19:29:21 +0000 |
---|---|---|
committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2008-07-04 19:29:21 +0000 |
commit | 299e95ad1843a7f7d827005318411e4f4ea9a932 (patch) | |
tree | a083c25001c24ad445fc52b5f50bc49059e9688e /devel/apr1/files/patch-apr-util_configure | |
parent | - Update to 1.9.2 (diff) |
Update to 1.3.2
PR: 124919
Submitted by: Philip M. Gollucci" <pgollucci p6m7g8 com>
Changed PREFIX to LOCALBASE
Submitted by: Sergey Skvortsov <skv protey ru>
Diffstat (limited to 'devel/apr1/files/patch-apr-util_configure')
-rw-r--r-- | devel/apr1/files/patch-apr-util_configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/apr1/files/patch-apr-util_configure b/devel/apr1/files/patch-apr-util_configure deleted file mode 100644 index 74a683599819..000000000000 --- a/devel/apr1/files/patch-apr-util_configure +++ /dev/null @@ -1,21 +0,0 @@ ---- 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 |