diff options
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r-- | emulators/uae/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index acfe1e67cd8f..7e73e06d85f5 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -24,12 +24,6 @@ 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 @@ -55,4 +49,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/amiga/uae_rcli ${DATADIR}/amiga/ ${INSTALL_DATA} ${WRKSRC}/amiga/uaectrl ${DATADIR}/amiga/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |