aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/buffy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/buffy/Makefile')
-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>