aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-29 13:45:34 +0800
committerkris <kris@FreeBSD.org>2004-09-29 13:45:34 +0800
commitad448036acd7c07ca687beafec1a2b22dae5b188 (patch)
tree68ad40ba9a94c05ab513cbdfcbb5e0c8e7469aa9 /emulators
parent6b290091589bf384975b769bfc4d1983ad8a18e4 (diff)
downloadfreebsd-ports-gnome-ad448036acd7c07ca687beafec1a2b22dae5b188.tar.gz
freebsd-ports-gnome-ad448036acd7c07ca687beafec1a2b22dae5b188.tar.zst
freebsd-ports-gnome-ad448036acd7c07ca687beafec1a2b22dae5b188.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'emulators')
-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>