diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-06 21:46:28 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-06 21:46:28 +0000 |
commit | c6cca3597fae60ae94cd44a7ba2f7268c2518f98 (patch) | |
tree | 1bb271c1415022576c1ffa5b644149a592cfb212 /emulators/atari800/files | |
parent | USE_OPENSSL (diff) |
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 |