aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-05-26 07:05:08 +0800
committerkris <kris@FreeBSD.org>2007-05-26 07:05:08 +0800
commit8ed97b2031890a10d78aab0619acb6c3f7206050 (patch)
tree89466415f4600f9199faff308616dd333a7f62ae /x11-themes
parenta2d952716572138d42dfe225d1aeffe58a7dd1fb (diff)
downloadfreebsd-ports-gnome-8ed97b2031890a10d78aab0619acb6c3f7206050.tar.gz
freebsd-ports-gnome-8ed97b2031890a10d78aab0619acb6c3f7206050.tar.zst
freebsd-ports-gnome-8ed97b2031890a10d78aab0619acb6c3f7206050.zip
BROKEN with gcc 4.2
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/buffy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-themes/buffy/Makefile b/x11-themes/buffy/Makefile
index 22bb7171a548..3fc0a30d3a67 100644
--- a/x11-themes/buffy/Makefile
+++ b/x11-themes/buffy/Makefile
@@ -22,9 +22,15 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GNOME= gtk12
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>