mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
- Allow install by a user other then root
[Duplicate fix for devel/apr here in www/apache22 too] PR: ports/13876 [based on] Submitted by: Mel Flynn <mel at rachie.is-a-geek.net> miwi@
This commit is contained in:
parent
0035703311
commit
ba53d00cf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245578
@ -9,7 +9,7 @@
|
||||
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 2.2.14
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
|
||||
DISTNAME= httpd-${PORTVERSION}
|
||||
|
10
www/apache22/files/patch-srclib__apr__buildconf
Normal file
10
www/apache22/files/patch-srclib__apr__buildconf
Normal file
@ -0,0 +1,10 @@
|
||||
--- ./srclib/apr/buildconf.orig 2009-12-12 00:36:35.693177242 +0000
|
||||
+++ ./srclib/apr/buildconf 2009-12-12 00:37:00.222653819 +0000
|
||||
@@ -71,6 +71,7 @@
|
||||
|
||||
echo "buildconf: Using libtool.m4 at ${ltfile}."
|
||||
|
||||
+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
|
Loading…
Reference in New Issue
Block a user