aboutsummaryrefslogtreecommitdiff
path: root/net-im/centericq/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2004-08-20 19:56:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2004-08-20 19:56:50 +0000
commit28b2bccd0401bc607ef245aef775533952b88660 (patch)
tree484d829279f8a9bd7c15e6d35810bbf0b29b2010 /net-im/centericq/Makefile
parent928a3210d95f1ad972a06b8bb031f8fc354db4db (diff)
Notes
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r--net-im/centericq/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index 1330d501b4ea..19a72599443a 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -93,11 +93,10 @@ PORTDOCS= FAQ README
.include <bsd.port.pre.mk>
+post-patch:
.if ${OSVERSION} >= 502124
-BROKEN= "Does not build with gcc-3.4.2"
+ @cd ${WRKSRC} && ${PATCH} < ${PATCHDIR}/extra-patch-gcc34
.endif
-
-post-patch:
.for file in kkconsui-0.1/include/conf.h kkstrtext-0.1/conf.h kksystr-0.1/include/conf.h
@(cd ${WRKSRC} ; \
${MV} -f ${file} ${file}.orig ; \