aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-29 10:52:43 +0800
committerlinimon <linimon@FreeBSD.org>2003-10-29 10:52:43 +0800
commit6d41a8e0cbbd84a76ad2067cddbe6f10277c7c47 (patch)
tree233dc88618ddbbf0751de8b6467166ce7bb30342
parent184d5a2994dedbd61845c1c00db88d7f6f8ccf32 (diff)
downloadfreebsd-ports-gnome-6d41a8e0cbbd84a76ad2067cddbe6f10277c7c47.tar.gz
freebsd-ports-gnome-6d41a8e0cbbd84a76ad2067cddbe6f10277c7c47.tar.zst
freebsd-ports-gnome-6d41a8e0cbbd84a76ad2067cddbe6f10277c7c47.zip
Mark as broken on 5.x due to the usual gcc 3.3 problems.
-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>