ports/devel/apr2/files/patch-buildconf
Olli Hauer c7015e1a7c - update to r1676013
- make threads mandatory
- enable posix-shm
2015-05-23 21:26:36 +00:00

23 lines
667 B
Text

--- buildconf.orig 2015-01-02 17:14:31 UTC
+++ buildconf
@@ -81,6 +81,7 @@ if test "$1" = "1"; then
fi
# Do we need this anymore?
echo "buildconf: Using libtool.m4 at ${ltfile}."
+ chmod 644 build/libtool.m4
rm -f build/libtool.m4
cp -p $ltfile build/libtool.m4
@@ -94,9 +95,12 @@ fi
# Not sure, would it interfere with httpd top_builddir when bundled?
mv build/libtool.m4 build/libtool.m4.$$
sed -e 's/\(LIBTOOL=.*\)top_build/\1apr_build/' < build/libtool.m4.$$ > build/libtool.m4
+chmod 644 build/libtool.m4.$$
rm -f build/libtool.m4.$$
# Clean up any leftovers
+chmod 644 aclocal.m4
+chmod 644 libtool.m4
rm -f aclocal.m4 libtool.m4
#