From 90abb24f53e9d8c2428c70b483b38627d2bae3ae Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 29 Sep 2004 05:45:34 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- emulators/uae/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'emulators/uae') 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 + +.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 +.include -- cgit v1.2.3