summaryrefslogtreecommitdiff
path: root/devel/apr2
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-10-02 12:01:07 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-10-02 12:01:07 +0000
commit2a98699e9918a3bbc1df60778f4fe0b5e7be1763 (patch)
tree9326cf2210998e2e6bfb50c69af2eb18a1e8e4dc /devel/apr2
parentUpdate to 0.09001. Pacify portlint. (diff)
- Set correct permissons on libtool.m4 before trying to patch it. Otherwise
the build will fail under orinary user as the libtool.m4 file installed has no write permissions (SHAREMODE). Approved by: pgollucci (maintainer)
Notes
Notes: svn path=/head/; revision=242381
Diffstat (limited to 'devel/apr2')
-rw-r--r--devel/apr2/files/patch-apr_buildconf10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/apr2/files/patch-apr_buildconf b/devel/apr2/files/patch-apr_buildconf
new file mode 100644
index 000000000000..64f812b1d4b8
--- /dev/null
+++ b/devel/apr2/files/patch-apr_buildconf
@@ -0,0 +1,10 @@
+--- apr-1.3.8/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
++++ apr-1.3.8/buildconf 2009-09-27 14:25:11.000000000 +0400
+@@ -71,6 +71,7 @@
+
+ echo "buildconf: Using libtool.m4 at ${ltfile}."
+
++chmod 644 build/libtool.m4
+ cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' > build/libtool.m4
+
+ # libtool.m4 from 1.6 requires ltsugar.m4