diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 24b1d6f..a890969 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -3,7 +3,7 @@ # Date created: Mar 28, 1998 # Whom: dchapes@ddm.on.ca # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/12 11:13:24 dburr Exp $ DISTNAME= vice-0.14.1 CATEGORIES= emulators @@ -14,6 +14,7 @@ MAINTAINER= dchapes@ddm.on.ca WRKSRC= ${WRKDIR}/vice-0.14.1/src RESTRICTED= ROMs are copyrighted by Commodore Business Machines +NO_PACKAGE= ${RESTRICTED} GNU_CONFIGURE= YES CONFIGURE_ENV= CFLAGS="${CFLAGS} -O3 -Wall -fomit-frame-pointer -funroll-loops -finline-functions -fno-strength-reduce" |