diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 04:57:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 04:57:09 +0800 |
commit | 85c799d8701e0bc4ca26be8c2fba8096f6feda6b (patch) | |
tree | c9aa430c565459495014370491d1b544a10e5779 /devel/php-dbg | |
parent | b965e39a1e321b9869084070dc462eaa0d2ddd56 (diff) | |
download | freebsd-ports-graphics-85c799d8701e0bc4ca26be8c2fba8096f6feda6b.tar.gz freebsd-ports-graphics-85c799d8701e0bc4ca26be8c2fba8096f6feda6b.tar.zst freebsd-ports-graphics-85c799d8701e0bc4ca26be8c2fba8096f6feda6b.zip |
- Mark BROKEN on CURRENT
Requested by: maintainer
Diffstat (limited to 'devel/php-dbg')
-rw-r--r-- | devel/php-dbg/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/php-dbg/Makefile b/devel/php-dbg/Makefile index d39a00395fd..f418dcec12f 100644 --- a/devel/php-dbg/Makefile +++ b/devel/php-dbg/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> |