The Tk-based windows work fine here.  OK?

As an aside, this is built with -O3 - there was some discussion about
doing this for an Amiga emulator recently - if this is acceptable for
a C64 emulator surely it makes sense for fs-uae too? Alternatively
should -O3 be removed from this?


Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/frodo/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    17 Aug 2012 14:48:34 -0000      1.23
+++ Makefile    14 Jan 2013 13:29:14 -0000
@@ -4,7 +4,7 @@ COMMENT=        Commodore 64 emulator
 
 DISTNAME=      FrodoV4_1b.Src
 PKGNAME=       frodo-4.1b
-REVISION=      6
+REVISION=      7
 DISTFILES=     FrodoV4_1b.Src${EXTRACT_SUFX}
 
 CATEGORIES=    emulators games
@@ -24,12 +24,11 @@ WANTLIB=            SDL c m pthread sndio stdc++
 CONFIGURE_STYLE=       gnu
 
 MODULES=       x11/tk
-MODTK_VERSION= 8.4
 RUN_DEPENDS=   ${MODTK_RUN_DEPENDS}
 LIB_DEPENDS=   sdl-*-!no_x11:devel/sdl
 
-WISH=wish${MODTK_VERSION}
-FRODOLIBDIR=${PREFIX}/lib/frodo
+WISH=          ${MODTK_BIN}
+FRODOLIBDIR=   ${PREFIX}/lib/frodo
 
 CONFIGURE_ENV=         CFLAGS='${CFLAGS} -O3 -D__unix -DX_USE_SHM -DUSE_SNDIO 
-fno-exceptions' \
                        LIBS='-lsndio'

Reply via email to