1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Re-mark BROKEN; accidentally removed by GNOME 2.20 import

Reported by:	pointyhat
Approved by:	portmgr (hat)
This commit is contained in:
Pav Lucistnik 2007-11-12 23:43:33 +00:00
parent bad2bd6c81
commit 72a1382d2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202658

View File

@ -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>