diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-19 18:50:57 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-19 18:50:57 +0000 |
commit | c93140c8379f743ef1f32610c143b5181202bb82 (patch) | |
tree | de583802714f96471b4c649e78979b12cda3c5c8 /emulators/basiliskII | |
parent | a6c1cb0d87d0bb3c4823fcc2ecf7b4956e9a823b (diff) |
Notes
Diffstat (limited to 'emulators/basiliskII')
-rw-r--r-- | emulators/basiliskII/Makefile | 7 | ||||
-rw-r--r-- | emulators/basiliskII/files/patch-aa | 23 |
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 |