aboutsummaryrefslogtreecommitdiff
path: root/devel/php-dbg2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-02 20:57:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-02 20:57:09 +0000
commitbfd5c5d0cf1ecddbd1f2ec213b6261af0c5ad20e (patch)
tree87af93326adaa1bc6bec9f66235360288513a873 /devel/php-dbg2
parentf9269d328d9e6a00d562b2cb56c3e9438e2fac71 (diff)
downloadports-bfd5c5d0cf1ecddbd1f2ec213b6261af0c5ad20e.tar.gz
ports-bfd5c5d0cf1ecddbd1f2ec213b6261af0c5ad20e.zip
Notes
Diffstat (limited to 'devel/php-dbg2')
-rw-r--r--devel/php-dbg2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/php-dbg2/Makefile b/devel/php-dbg2/Makefile
index d39a00395fdf..f418dcec12f7 100644
--- a/devel/php-dbg2/Makefile
+++ b/devel/php-dbg2/Makefile
@@ -24,6 +24,12 @@ CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler
#CONFIGURE_ENV= with_dbg_trace=1
PKGMESSAGE= ${WRKDIR}/pkg-message
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
post-build:
@${SED} "s|%%PREFIX%%|${PREFIX}|g;s|%%PHP_EXT_DIR%%|${PHP_EXT_DIR}|g" \
${.CURDIR}/pkg-message > ${PKGMESSAGE}
@@ -36,4 +42,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>