diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-08-25 04:58:53 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-08-25 04:58:53 +0000 |
| commit | bbc5328732ca973ccb4cc0ef9b05d6b209edfe7b (patch) | |
| tree | d7fd9bb4bfebcd4193b5c24f1ad2f2d5005c19f7 /www/apache22/files/patch-srclib-apr-buildconf | |
| parent | On ia64, gdm (indirectly) uses log10 and ceil. Add libm to the (diff) | |
- Upgrade to 2.2.13.
PR: ports/137651
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Notes
Notes:
svn path=/head/; revision=240299
Diffstat (limited to 'www/apache22/files/patch-srclib-apr-buildconf')
| -rw-r--r-- | www/apache22/files/patch-srclib-apr-buildconf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache22/files/patch-srclib-apr-buildconf b/www/apache22/files/patch-srclib-apr-buildconf index f8638d7f4634..6ec934abc448 100644 --- a/www/apache22/files/patch-srclib-apr-buildconf +++ b/www/apache22/files/patch-srclib-apr-buildconf @@ -4,12 +4,12 @@ # build/buildcheck.sh || exit 1 --libtoolize=`build/PrintPath glibtoolize libtoolize15 libtoolize14 libtoolize` +-libtoolize=`build/PrintPath glibtoolize1 glibtoolize libtoolize15 libtoolize14 libtoolize` +libtoolize="${LIBTOOLIZE}" if [ "x$libtoolize" = "x" ]; then echo "libtoolize not found in path" exit 1 -@@ -52,7 +52,7 @@ +@@ -60,7 +60,7 @@ # Expecting the code above to be very portable, but just in case... if [ -z "$ltfile" -o ! -f "$ltfile" ]; then ltpath=`dirname $libtoolize` @@ -18,7 +18,7 @@ fi fi -@@ -87,8 +87,11 @@ +@@ -95,8 +95,11 @@ # Remove autoconf 2.5x's cache directory rm -rf autom4te*.cache |
