aboutsummaryrefslogtreecommitdiff
path: root/devel/korelib
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
commitc1a0f8ede9b1500fbfeeddd49e14619623f520ad (patch)
treeda64bfdf1b4f9333a4a03d016667a79a61bbe190 /devel/korelib
parent01977fcaeadf6fa6fe54d180a7f6ec93d5742226 (diff)
Notes
Diffstat (limited to 'devel/korelib')
-rw-r--r--devel/korelib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/korelib/Makefile b/devel/korelib/Makefile
index 5088df3a45f1..4ad89eedae94 100644
--- a/devel/korelib/Makefile
+++ b/devel/korelib/Makefile
@@ -22,9 +22,15 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
INSTALLS_SHLIB= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.am" | ${XARGS} ${REINPLACE_CMD} -e \
's|include kore demo|include kore|g ; \
s|= -g -O2 -Wall|= @CXXFLAGS@|g'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>