Index: Makefile =================================================================== RCS file: /usr/nfs/ncvs/ports/emulators/uae/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 9 Mar 2002 00:23:05 -0000 1.6 +++ Makefile 7 Apr 2002 14:42:28 -0000 @@ -7,6 +7,7 @@ PORTNAME= uae PORTVERSION= 0.8.21 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/ @@ -14,9 +15,15 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga --disable-ui +CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga USE_XLIB= yes +USE_GTK= yes +CFLAGS+= ${PTHREAD_CFLAGS} + +pre-configure: + @${PERL} -pi.orig -e 's:-lpthread:${PTHREAD_LIBS}:g' \ + ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/uae ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/readdisk ${PREFIX}/bin