diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-07-13 01:25:02 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-07-13 01:25:02 +0000 |
commit | bebd80c3db970cc9d2324c58307d9b9d3fde415b (patch) | |
tree | e8e9a12df988c24a5dc2174a656fc91323d439ac /emulators | |
parent | aa199ac5b79378f563ef711ff83af602f2d2507a (diff) | |
download | ports-bebd80c3db970cc9d2324c58307d9b9d3fde415b.tar.gz ports-bebd80c3db970cc9d2324c58307d9b9d3fde415b.zip |
Notes
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 24b1d6ff9772..a8909693b1cc 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" |