1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/archivers/arc/files/patch-aa

35 lines
865 B
Plaintext
Raw Normal View History

1994-12-31 18:07:46 +00:00
*** Makefile.old Wed Apr 15 02:57:58 1992
--- Makefile Sat Dec 31 20:36:07 1994
***************
*** 32,45 ****
OPT = -O
# For MWC 3.0 on the Atari ST, use:
#CFLAGS = -VCOMPAC -VPEEP
! CFLAGS = $(OPT) $(SYSTEM)
# GNU's gcc is very nice, if you've got it. Otherwise just cc.
#CC = cgcc -mshort
! CC = cc
# tmclock is only needed on Unix systems...
! TMCLOCK = tmclock.o
# Files needed for System V
#SYSVOBJ = getwd.o rename.o scandir.o utimes.o
--- 32,46 ----
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
! #CC = cc
# tmclock is only needed on Unix systems...
! TMCLOCK = #tmclock.o
# Files needed for System V
#SYSVOBJ = getwd.o rename.o scandir.o utimes.o