mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add --enable-discard-path to lang/php3.
This commit is contained in:
parent
b8df995834
commit
baf05335e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51013
@ -6,6 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= php3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../www/mod_php3
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME?= mod_php3
|
||||
PORTVERSION= 3.0.18
|
||||
PORTREVISION= 2
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES?= www
|
||||
MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \
|
||||
http://us.php.net/${PHP_DISTDIR}/ \
|
||||
@ -39,7 +39,8 @@ IS_INTERACTIVE= yes
|
||||
.endif
|
||||
|
||||
.if defined(STANDALONE)
|
||||
CONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone
|
||||
CONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone \
|
||||
--enable-discard-path
|
||||
.else
|
||||
CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \
|
||||
--with-config-file-path=${PREFIX}/etc
|
||||
|
Loading…
Reference in New Issue
Block a user