diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-07 05:46:28 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-07 05:46:28 +0800 |
commit | 892a98aa4bdd98c8fe17109b7987a9e7a7aaddf8 (patch) | |
tree | 014ec0cd22abea21ce23e3fe3674d79222e0de7a /emulators/atari800/files | |
parent | 503b1ce9eee1afa458d91fbaaf7830a5c344dd54 (diff) | |
download | freebsd-ports-gnome-892a98aa4bdd98c8fe17109b7987a9e7a7aaddf8.tar.gz freebsd-ports-gnome-892a98aa4bdd98c8fe17109b7987a9e7a7aaddf8.tar.zst freebsd-ports-gnome-892a98aa4bdd98c8fe17109b7987a9e7a7aaddf8.zip |
Unbreak the atari800 port:
* Removed xview dependancies to keep port simple.
* Sound doesn't function very well so I have disabled that also.
* Updated URL's and Maintainer's email address.
PR: 16509
Submitted by: Maintainer
Diffstat (limited to 'emulators/atari800/files')
-rw-r--r-- | emulators/atari800/files/config.h | 1 | ||||
-rw-r--r-- | emulators/atari800/files/patch-aa | 19 |
2 files changed, 17 insertions, 3 deletions
diff --git a/emulators/atari800/files/config.h b/emulators/atari800/files/config.h index 085cc7e34a4b..1c4f7ecbc5b9 100644 --- a/emulators/atari800/files/config.h +++ b/emulators/atari800/files/config.h @@ -1,5 +1,4 @@ #ifndef __CONFIG__ #define __CONFIG__ -#define VOXWARE #define UNALIGNED_LONG_OK #endif diff --git a/emulators/atari800/files/patch-aa b/emulators/atari800/files/patch-aa index 4f5a768baeed..4671df3467d9 100644 --- a/emulators/atari800/files/patch-aa +++ b/emulators/atari800/files/patch-aa @@ -1,5 +1,20 @@ ---- Makefile.orig Thu Jun 18 19:49:19 1998 -+++ Makefile Thu Jun 18 20:00:02 1998 +--- Makefile.orig Sun Feb 6 16:38:57 2000 ++++ Makefile Sun Feb 6 16:40:45 2000 +@@ -6,12 +6,12 @@ + + CC = gcc + CPPFLAGS = $(OTHER) +-CFLAGS = -c -O6 -DGNU_C ++CFLAGS+= -c -DGNU_C + LD = gcc + LDFLAGS = + LDLIBS = -lm + +-PREFIX = /usr/local ++PREFIX?= /usr/local + BIN_PATH = ${PREFIX}/bin + LIB_PATH = ${PREFIX}/lib + MAN_PATH = ${PREFIX}/man @@ -246,7 +246,6 @@ platform.h |