diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-10 06:03:27 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-10 06:03:27 +0000 |
commit | 6a283531b26fac83cf67879155dd3f4a42bbbde8 (patch) | |
tree | dad7adad43a5cbf2372569c2a951c32d69105025 /devel/apr1/files | |
parent | ae03c64454ec8a702d1ef735acc4de7a5d245419 (diff) | |
download | ports-6a283531b26fac83cf67879155dd3f4a42bbbde8.tar.gz ports-6a283531b26fac83cf67879155dd3f4a42bbbde8.zip |
- Allow install by a user other then root
PR: ports/13876 [based on]
Submitted by: Mel Flynn <mel@rachie.is-a-geek.net>
Notes
Notes:
svn path=/head/; revision=245485
Diffstat (limited to 'devel/apr1/files')
-rw-r--r-- | devel/apr1/files/patch-apr_buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/apr1/files/patch-apr_buildconf b/devel/apr1/files/patch-apr_buildconf index 64f812b1d4b8..d4211480cbf7 100644 --- a/devel/apr1/files/patch-apr_buildconf +++ b/devel/apr1/files/patch-apr_buildconf @@ -4,7 +4,7 @@ echo "buildconf: Using libtool.m4 at ${ltfile}." -+chmod 644 build/libtool.m4 ++chmod 664 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 |