summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-03-11 14:02:59 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-03-11 14:02:59 +0000
commitbe7c192abc1da4226a405cd87c294922b4521455 (patch)
treec2069a6b5d49feb10d1693de5e32ff940e04fd12 /lang/php53
parentUpdate to 1.0.2. (diff)
Always use FreeBSD sed.
PR: ports/132543 Submitted by: Helmut Schneider <jumper99@gmx.de>
Notes
Notes: svn path=/head/; revision=229876
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile3
1 files changed, 2 insertions, 1 deletions
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}"