aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/jewel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
commitb7ff7031ea6f07582ad920bef0ffd13ac1adcc44 (patch)
treefa95c4dec9e92efb4ff7df81d579129d7bc11807 /x11-wm/jewel
parentbd5f3dd41b37a452c489843e85d75cf94433bbc6 (diff)
Notes
Diffstat (limited to 'x11-wm/jewel')
-rw-r--r--x11-wm/jewel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/jewel/Makefile b/x11-wm/jewel/Makefile
index 26dacbd6f286..869410f003e9 100644
--- a/x11-wm/jewel/Makefile
+++ b/x11-wm/jewel/Makefile
@@ -23,6 +23,12 @@ PLIST= ${WRKDIR}/pkg-plist
USE_X_PREFIX= yes
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
post-patch:
@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig
@${SED} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \
@@ -50,4 +56,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>