summaryrefslogtreecommitdiff
path: root/irc/quirc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-23 08:41:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-23 08:41:52 +0000
commit77da813598db3b265b7527643ac3ac9993cf5db4 (patch)
tree4df7e79b466a16d71fcaa24ea782289e062df075 /irc/quirc
parentPer bento logs, mark as broken on recent versions of 5.x due to the gcc3.3 (diff)
Per bento logs, mark as broken on recent versions of 5.x due to gcc3.3
deprecating 'long long'. Informed maintainer.
Notes
Notes: svn path=/head/; revision=96474
Diffstat (limited to 'irc/quirc')
-rw-r--r--irc/quirc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile
index 9b1812db9922..3b832b154f6f 100644
--- a/irc/quirc/Makefile
+++ b/irc/quirc/Makefile
@@ -31,6 +31,12 @@ MYPORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/color.txt \
doc/dccresum.txt doc/links.txt doc/nickcomp.txt \
doc/quedit.txt doc/rfc1459.txt doc/tdcc.txt
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/quirc
@@ -39,4 +45,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>