aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-11 21:53:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-11 21:53:12 +0000
commit01a91239921052970295b9cefe6872ce5633eb48 (patch)
tree99431e1220d0888990276bf28f88229ae79ba801 /chinese
parent19d330776f9382668978e610dfa1a9a2ef2e55cf (diff)
downloadports-01a91239921052970295b9cefe6872ce5633eb48.tar.gz
ports-01a91239921052970295b9cefe6872ce5633eb48.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/BBMan/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/chinese/BBMan/Makefile b/chinese/BBMan/Makefile
index 6960259cd272..56dde3016b63 100644
--- a/chinese/BBMan/Makefile
+++ b/chinese/BBMan/Makefile
@@ -26,10 +26,20 @@ USE_GCC= 3.3
PLIST_FULES= bin/BBMan
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not link on FreeBSD 4.x"
+.endif
+
+.if ${ARCH} == ia64
+BROKEN= "Hard-codes reference to libc_r"
+.endif
+
do-build:
cd ${WRKSRC} && ${CXX} main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include ${CFLAGS} -o BBMan
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${PREFIX}/bin/BBMan
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>