aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-23 19:08:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-23 19:08:20 +0000
commitf428da2f88600c17874ec60ab5af6b56086e8539 (patch)
tree59faedb370f13873df592aecd1e208ab0af98c0a /emulators
parent191edfb1fb51392d59dc6fe70821b5302322a47a (diff)
downloadports-f428da2f88600c17874ec60ab5af6b56086e8539.tar.gz
ports-f428da2f88600c17874ec60ab5af6b56086e8539.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/basiliskII/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile
index e65c12ddf234..1d1b2b66f594 100644
--- a/emulators/basiliskII/Makefile
+++ b/emulators/basiliskII/Makefile
@@ -7,13 +7,13 @@
PORTNAME= basiliskII
PORTVERSION= 1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= emulators
MASTER_SITES= http://gwenole.beauchesne.info/projects/basilisk2/files/
MASTER_SITE_SUBDIR= basilisk
DISTNAME= BasiliskII_src_01052006
-MAINTAINER= mmendez@energyhq.be
+MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= A free, portable, Open Source 68k Mac emulator
WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix
@@ -23,7 +23,7 @@ USE_BZIP2= yes
USE_GNOME= esound gtk20
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= --disable-fbdev-dga --enable-fpe=uae
+CONFIGURE_ARGS= --disable-fbdev-dga --enable-fpe=uae ac_cv_have_33bit_addressing=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"