freebsd-ports/games/smiley/files/patch-aa
Lars Koeller 4db10f5afd Respect CFLAGS in Makefile. Previous patch-aa file contains the
replaced label, instead of %CFLAGS%.
2001-12-16 09:51:10 +00:00

23 lines
326 B
Text

*** Makefile.orig Mon Nov 29 13:03:11 1993
--- Makefile Sun Dec 16 10:44:42 2001
***************
*** 32,40 ****
ltoa.o \
smiley.o
! CFLAGS = -O
! LDFLAGS = -s
all: $(TARGET)
--- 32,40 ----
ltoa.o \
smiley.o
! CFLAGS = %CFLAGS%
! LDFLAGS =
all: $(TARGET)