diff options
Diffstat (limited to 'archivers/arc/files/patch-Makefile')
-rw-r--r-- | archivers/arc/files/patch-Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/arc/files/patch-Makefile b/archivers/arc/files/patch-Makefile new file mode 100644 index 000000000000..39dc54bd7d4a --- /dev/null +++ b/archivers/arc/files/patch-Makefile @@ -0,0 +1,20 @@ +--- Makefile.orig Fri Oct 31 05:32:51 2003 ++++ Makefile Wed Nov 5 13:53:51 2003 +@@ -38,14 +38,14 @@ + OPT = -O + # For MWC 3.0 on the Atari ST, use: + #CFLAGS = -VCOMPAC -VPEEP +-CFLAGS = $(OPT) $(SYSTEM) ++CFLAGS+=$(SYSTEM) + + # GNU's gcc is very nice, if you've got it. Otherwise just cc. + #CC = cgcc -mshort -mbaserel +-CC = cc ++#CC = cc + + # tmclock is only needed on Unix systems... +-TMCLOCK = tmclock.o ++TMCLOCK = #tmclock.o + + # Integer-only stdio routines for Atari ST. + #LIBS=-liio16 |