diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-07-13 11:58:00 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-07-13 11:58:00 +0000 |
commit | 671427b12ee2fb2ce290cfc395bd08165e4b2572 (patch) | |
tree | 3253e6c8aed41bcdd7f23a6018a51277f3c9c666 | |
parent | Activate jargon, provided my lousy connection to freefall allows (diff) |
Moved the build warning out of pkg/DESCR and into the Makefile (in the
"pre-build" target). This seemed more appropriate.
Diffstat (limited to '')
-rw-r--r-- | emulators/vice/Makefile | 6 | ||||
-rw-r--r-- | emulators/vice/pkg-descr | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index a8909693b1cc..d922ea0c3f16 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -3,7 +3,7 @@ # Date created: Mar 28, 1998 # Whom: dchapes@ddm.on.ca # -# $Id: Makefile,v 1.1.1.1 1998/07/12 11:13:24 dburr Exp $ +# $Id: Makefile,v 1.2 1998/07/13 01:25:02 dburr Exp $ DISTNAME= vice-0.14.1 CATEGORIES= emulators @@ -24,7 +24,9 @@ MANPAGES= vice c1541 petcat MAN1= vice.1 c1541.1 petcat.1 pre-build: - ${ECHO} ${OSVER} + @${ECHO} "NOTE: When compiling on FreeBSD some source files cause gcc to go over the" + @${ECHO} "default memory limits. Either fix /etc/login.conf or temporaryily adjust" + @${ECHO} "the limits with your shells limit command (\"unlimit\" works in [t]csh)." pre-install: ${SED} -e "s,%VER%,`uname -r | ${SED} -e 's,-.*$$,,'`," < ${PKGDIR}/PLIST.in > ${PKGDIR}/PLIST diff --git a/emulators/vice/pkg-descr b/emulators/vice/pkg-descr index d3b8ff73be8d..68ba5d5a3195 100644 --- a/emulators/vice/pkg-descr +++ b/emulators/vice/pkg-descr @@ -17,7 +17,3 @@ André Fachat, Jouko Valta, Jarkko Sonninen and Daniel Sladic. The ROM files in the `C64', `PET' and `VIC20' directories are Copyright (c) by Commodore Business Machines. - -NOTE: When compiling on FreeBSD some source files cause gcc to go over the -default memory limits. Either fix /etc/login.conf or temporaryily adjust -the limits with your shells limit command ("unlimit" works in [t]csh). |