diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 20:57:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 20:57:09 +0000 |
commit | bfd5c5d0cf1ecddbd1f2ec213b6261af0c5ad20e (patch) | |
tree | 87af93326adaa1bc6bec9f66235360288513a873 /devel/php-dbg2 | |
parent | f9269d328d9e6a00d562b2cb56c3e9438e2fac71 (diff) | |
download | ports-bfd5c5d0cf1ecddbd1f2ec213b6261af0c5ad20e.tar.gz ports-bfd5c5d0cf1ecddbd1f2ec213b6261af0c5ad20e.zip |
Notes
Diffstat (limited to 'devel/php-dbg2')
-rw-r--r-- | devel/php-dbg2/Makefile | 8 |
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> |