aboutsummaryrefslogtreecommitdiff
path: root/lang/lafontaine
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-29 02:52:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-29 02:52:43 +0000
commitd9e6dfb1a86edd1e2f5d02cbb88f3462fbf648f9 (patch)
treeebeeb050b5da0bc2df5d50b1177942882f24389c /lang/lafontaine
parent61b76bcfa0b8f24164aad3d9351bd3b38f5125bb (diff)
downloadports-d9e6dfb1a86edd1e2f5d02cbb88f3462fbf648f9.tar.gz
ports-d9e6dfb1a86edd1e2f5d02cbb88f3462fbf648f9.zip
Mark as broken on 5.x due to the usual gcc 3.3 problems.
Notes
Notes: svn path=/head/; revision=92509
Diffstat (limited to 'lang/lafontaine')
-rw-r--r--lang/lafontaine/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/lafontaine/Makefile b/lang/lafontaine/Makefile
index 188668a091da..40b112cedc57 100644
--- a/lang/lafontaine/Makefile
+++ b/lang/lafontaine/Makefile
@@ -23,6 +23,12 @@ USE_GNOME= gdkpixbuf
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|pixmaps/[\$$]PACKAGE|\$$PACKAGE|g ; \
s|-O3|\$$CFLAGS|g' ${WRKSRC}/configure
@@ -31,4 +37,4 @@ post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|/share/pixmaps|/share|g'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>