summaryrefslogtreecommitdiff
path: root/emulators/uae
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
commit90abb24f53e9d8c2428c70b483b38627d2bae3ae (patch)
tree039e88512c84bb0c19d7d2204a18150ecd6574ab /emulators/uae
parentBROKEN: Size mismatch (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118494
Diffstat (limited to 'emulators/uae')
-rw-r--r--emulators/uae/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index 7e73e06d85f5..acfe1e67cd8f 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -24,6 +24,12 @@ USE_REINPLACE= yes
CFLAGS+= ${PTHREAD_CFLAGS}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
pre-configure:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure.in
@@ -49,4 +55,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/amiga/uae_rcli ${DATADIR}/amiga/
${INSTALL_DATA} ${WRKSRC}/amiga/uaectrl ${DATADIR}/amiga/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>