diff options
| author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-30 16:32:35 +0000 |
|---|---|---|
| committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-30 16:32:35 +0000 |
| commit | 6f79c9c567ba33f6a18d2d11c44a8f20c67a4325 (patch) | |
| tree | 5b7098a000f6cb1a708b024c84b1f43302bce6a0 /emulators/atari800/files/patch-aa | |
| parent | 35d40460e08ebb71b4a7a7b97e9874a7f4d409d7 (diff) | |
Updated to version 0.8.6 after I modified several problems
PR: ports/7734
Submitted by: Joel Sutton (maintainer)
Diffstat (limited to 'emulators/atari800/files/patch-aa')
| -rw-r--r-- | emulators/atari800/files/patch-aa | 104 |
1 files changed, 10 insertions, 94 deletions
diff --git a/emulators/atari800/files/patch-aa b/emulators/atari800/files/patch-aa index 297c96a19043..4f5a768baeed 100644 --- a/emulators/atari800/files/patch-aa +++ b/emulators/atari800/files/patch-aa @@ -1,94 +1,10 @@ -*** Makefile.orig Sat Apr 19 07:41:29 1997 ---- Makefile Tue Apr 22 22:02:13 1997 -*************** -*** 3,8 **** ---- 3,11 ---- - # -lnsl which is required for the Sun versions. Remove them - # if they cause a problem on your system. - # -+ # Patched by Joel Sutton Tue Apr 22, 1997 -+ # Fixed install target. Added hooks for config file paths. -+ # Disabled configure. - - CC = gcc - CPPFLAGS = $(OTHER) -*************** -*** 16,21 **** ---- 19,31 ---- - LIB_PATH = ${PREFIX}/lib - MAN_PATH = ${PREFIX}/man - -+ INSTALL = install -c -o bin -g bin -+ INSTALL_DATA = ${INSTALL} -m 644 -+ INSTALL_PROGRAM = ${INSTALL} -m 555 -+ INSTALL_MAN = ${INSTALL} -m 444 -+ -+ CONFIG =${PREFIX}/lib/atari/atari800.cfg -+ - default : - @echo "To build the Atari 800 Emulator, type:" - @echo "make <version>" -*************** -*** 248,254 **** - platform.h - - config config.h : configure -! ./configure - - configure : configure.o prompts.o - $(LD) $(LDFLAGS) configure.o prompts.o $(LDLIBS) -o configure ---- 258,264 ---- - platform.h - - config config.h : configure -! # ./configure - - configure : configure.o prompts.o - $(LD) $(LDFLAGS) configure.o prompts.o $(LDLIBS) -o configure -*************** -*** 331,337 **** - $(CC) $(CPPFLAGS) $(CFLAGS) prompts.c - - rt-config.o : rt-config.c $(INCLUDES) -! $(CC) $(CPPFLAGS) $(CFLAGS) rt-config.c - - sound.o : sound.c $(INCLUDES) - $(CC) $(CPPFLAGS) $(CFLAGS) sound.c ---- 341,347 ---- - $(CC) $(CPPFLAGS) $(CFLAGS) prompts.c - - rt-config.o : rt-config.c $(INCLUDES) -! $(CC) $(CPPFLAGS) $(CFLAGS) -DATARI_CONFIG=\"${CONFIG}\" rt-config.c - - sound.o : sound.c $(INCLUDES) - $(CC) $(CPPFLAGS) $(CFLAGS) sound.c -*************** -*** 341,347 **** - - clean : - rm -f configure -! rm -f config.h - rm -f core - rm -f *.o - ---- 351,357 ---- - - clean : - rm -f configure -! # rm -f config.h - rm -f core - rm -f *.o - -*************** -*** 350,354 **** - chmod 4755 ${BIN_PATH}/atari800 - - install : -! cp atari800 ${BIN_PATH}/atari800 -! cp atari800.man ${MAN_PATH}/man1/atari800.1 ---- 360,364 ---- - chmod 4755 ${BIN_PATH}/atari800 - - install : -! ${INSTALL_PROGRAM} atari800 ${BIN_PATH}/atari800 -! ${INSTALL_MAN} atari800.man ${MAN_PATH}/man1/atari800.1 +--- Makefile.orig Thu Jun 18 19:49:19 1998 ++++ Makefile Thu Jun 18 20:00:02 1998 +@@ -246,7 +246,6 @@ + platform.h + + config config.h : configure +- ./configure + + configure : configure.o prompts.o + $(LD) $(LDFLAGS) configure.o prompts.o $(LDLIBS) -o configure |
