diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 05:45:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 05:45:34 +0000 |
commit | 90abb24f53e9d8c2428c70b483b38627d2bae3ae (patch) | |
tree | 039e88512c84bb0c19d7d2204a18150ecd6574ab /emulators/uae | |
parent | BROKEN: Size mismatch (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/Makefile | 8 |
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> |