From c93140c8379f743ef1f32610c143b5181202bb82 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sun, 19 Jan 2003 18:50:57 +0000 Subject: Add --enable-fpe=uae into CONFIGURE_ARGS and get rid of linuxthreads. Submitted by: Miguel Mendez --- emulators/basiliskII/Makefile | 7 +++---- emulators/basiliskII/files/patch-aa | 23 ----------------------- 2 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 emulators/basiliskII/files/patch-aa (limited to 'emulators') diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile index a7e9bdf8ccac..0452a06d6a61 100644 --- a/emulators/basiliskII/Makefile +++ b/emulators/basiliskII/Makefile @@ -7,6 +7,7 @@ PORTNAME= basiliskII PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= basilisk @@ -14,8 +15,6 @@ DISTNAME= BasiliskII_src_31052001 MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= lthread.3:${PORTSDIR}/devel/linuxthreads - WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix USE_X_PREFIX= yes @@ -23,10 +22,10 @@ USE_GNOMENG= yes USE_GNOME= esound gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --disable-fbdev-dga +CONFIGURE_ARGS= --disable-fbdev-dga --enable-fpe=uae CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include/pthread/linuxthreads +CFLAGS+= ${PTHREAD_CFLAGS} MAN1= BasiliskII.1 diff --git a/emulators/basiliskII/files/patch-aa b/emulators/basiliskII/files/patch-aa deleted file mode 100644 index 3437ef67fea4..000000000000 --- a/emulators/basiliskII/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Fri Jun 1 00:47:29 2001 -+++ configure Fri Jun 1 21:13:38 2001 -@@ -2418,7 +2418,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lc_r $LIBS" -+LIBS="-llthread -llgcc_r $LIBS" - cat > conftest.$ac_ext <&6 -- cgit v1.2.3