summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-01-19 18:50:57 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-01-19 18:50:57 +0000
commitc93140c8379f743ef1f32610c143b5181202bb82 (patch)
treede583802714f96471b4c649e78979b12cda3c5c8 /emulators
parentUse %%PORTDOCS%% instead of separate package lists. (diff)
Add --enable-fpe=uae into CONFIGURE_ARGS and get rid of linuxthreads.
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
Notes
Notes: svn path=/head/; revision=73505
Diffstat (limited to 'emulators')
-rw-r--r--emulators/basiliskII/Makefile7
-rw-r--r--emulators/basiliskII/files/patch-aa23
2 files changed, 3 insertions, 27 deletions
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 <<EOF
- #line 2424 "configure"
- #include "confdefs.h"
-@@ -2452,7 +2452,7 @@
- #define $ac_tr_lib 1
- EOF
-
-- LIBS="-lc_r $LIBS"
-+ LIBS="-llthread -llgcc_r $LIBS"
-
- else
- echo "$ac_t""no" 1>&6