summaryrefslogtreecommitdiff
path: root/www/php4/Makefile.php
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-08 01:52:41 +0000
committerjlam <jlam>2003-01-08 01:52:41 +0000
commitc13ee3f0df6df2c10f8cf2f0379a3a022104036d (patch)
tree0a6411dda680d683edb8fe9da8330100bef7123e /www/php4/Makefile.php
parentdb9cfe75f24a8e97a0776be4153388d114a63031 (diff)
downloadpkgsrc-c13ee3f0df6df2c10f8cf2f0379a3a022104036d.tar.gz
Make php4 and ap-php4 actually use our libtool again.
Diffstat (limited to 'www/php4/Makefile.php')
-rw-r--r--www/php4/Makefile.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php
index 441d9e53e83..0f4870ae716 100644
--- a/www/php4/Makefile.php
+++ b/www/php4/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.6 2002/10/14 06:21:18 martti Exp $
+# $NetBSD: Makefile.php,v 1.7 2003/01/08 01:52:43 jlam Exp $
.include "../../www/php4/Makefile.common"
@@ -6,8 +6,6 @@ DISTINFO_FILE= ${.CURDIR}/../../www/php4/distinfo
PATCHDIR= ${.CURDIR}/../../www/php4/patches
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-mysql
@@ -43,8 +41,3 @@ CONFIGURE_ARGS+= ${PHP4_CONFIGURE_ARGS}
CONFIGURE_ENV+= ac_cv_lib_pam_pam_start=no
CONFIGURE_ENV+= EXTENSION_DIR="${PREFIX}/${PHP_EXTENSION_DIR}"
-
-post-configure: create-shlibtool
-
-create-shlibtool:
- cd ${WRKSRC}; ${RM} -f shlibtool; ${LN} -sf libtool shlibtool