aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2009-03-11 22:02:59 +0800
committerale <ale@FreeBSD.org>2009-03-11 22:02:59 +0800
commitb7b149efa09af6402ccfa5a66c7948c1f02de848 (patch)
tree07a282f4f4dd0854ca9443eecdbbcb857fde044e /lang
parentdc91ad72aef2b632b57c0782f854b2e872eba30d (diff)
downloadfreebsd-ports-gnome-b7b149efa09af6402ccfa5a66c7948c1f02de848.tar.gz
freebsd-ports-gnome-b7b149efa09af6402ccfa5a66c7948c1f02de848.tar.zst
freebsd-ports-gnome-b7b149efa09af6402ccfa5a66c7948c1f02de848.zip
Always use FreeBSD sed.
PR: ports/132543 Submitted by: Helmut Schneider <jumper99@gmx.de>
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile3
-rw-r--r--lang/php53/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index db9c68378afb..e20c6fa6fce3 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -132,7 +132,8 @@ CONFIGURE_ARGS+=--with-zend-vm=GOTO
CONFIGURE_ENV+= ac_cv_pthreads_lib=${PTHREAD_LIBS} \
ac_cv_pthreads_cflags=${PTHREAD_CFLAGS} \
- pthreads_working="yes"
+ pthreads_working="yes" \
+ lt_cv_path_SED="sed"
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index db9c68378afb..e20c6fa6fce3 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -132,7 +132,8 @@ CONFIGURE_ARGS+=--with-zend-vm=GOTO
CONFIGURE_ENV+= ac_cv_pthreads_lib=${PTHREAD_LIBS} \
ac_cv_pthreads_cflags=${PTHREAD_CFLAGS} \
- pthreads_working="yes"
+ pthreads_working="yes" \
+ lt_cv_path_SED="sed"
MAKE_ENV+= LDFLAGS="${LDFLAGS}"