diff options
author | pav <pav@FreeBSD.org> | 2007-11-13 07:43:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-11-13 07:43:33 +0800 |
commit | dae9802d96ef979d552067cb34530b5b228614a9 (patch) | |
tree | a7a38b6fb68cf4c7d3e6729e9f821ec94e8c095a /databases | |
parent | 4bc68a2da74828eaaa2878fdcb15d1230ced2440 (diff) | |
download | freebsd-ports-gnome-dae9802d96ef979d552067cb34530b5b228614a9.tar.gz freebsd-ports-gnome-dae9802d96ef979d552067cb34530b5b228614a9.tar.zst freebsd-ports-gnome-dae9802d96ef979d552067cb34530b5b228614a9.zip |
- Re-mark BROKEN; accidentally removed by GNOME 2.20 import
Reported by: pointyhat
Approved by: portmgr (hat)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-query-browser/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/databases/mysql-query-browser/Makefile b/databases/mysql-query-browser/Makefile index ddb77ae98a93..edff7df27916 100644 --- a/databases/mysql-query-browser/Makefile +++ b/databases/mysql-query-browser/Makefile @@ -47,6 +47,14 @@ MAIN_BUILD_COOKIE= ${WRKDIR}/.main_build_done GUI_DIR= ${WRKSRC}/mysql-gui-common MAIN_DIR= ${WRKSRC}/mysql-query-browser +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + do-configure: @${DO_NADA} @@ -76,4 +84,4 @@ do-install: @cd ${MAIN_DIR}; \ ${GMAKE} ${INSTALL_TARGET} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |