diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-10-02 12:01:07 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-10-02 12:01:07 +0000 |
commit | 2a98699e9918a3bbc1df60778f4fe0b5e7be1763 (patch) | |
tree | 9326cf2210998e2e6bfb50c69af2eb18a1e8e4dc /devel/apr1/files | |
parent | 52d1302bcef75049d8cdc4330af08f8234b6b58b (diff) | |
download | ports-2a98699e9918a3bbc1df60778f4fe0b5e7be1763.tar.gz ports-2a98699e9918a3bbc1df60778f4fe0b5e7be1763.zip |
- 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/apr1/files')
-rw-r--r-- | devel/apr1/files/patch-apr_buildconf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/apr1/files/patch-apr_buildconf b/devel/apr1/files/patch-apr_buildconf new file mode 100644 index 000000000000..64f812b1d4b8 --- /dev/null +++ b/devel/apr1/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 |