mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
12 lines
730 B
Plaintext
12 lines
730 B
Plaintext
--- src/Makefile.in.orig Thu Aug 14 20:18:51 2003
|
|
+++ src/Makefile.in Fri Aug 15 12:22:07 2003
|
|
@@ -7,7 +7,7 @@
|
|
SDLLIBS= {SDLLIBS}
|
|
SOUNDLIBS= {SOUNDLIBS}
|
|
|
|
-CFLAGS = -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -D_REENTRANT -fno-exceptions -fno-strength-reduce -DREGPARAM= -D__inline__=inline $(ARCHFLAGS) -O2
|
|
+CFLAGS += -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DGCCCONSTFUNC="__attribute__((const))" -D_REENTRANT -fno-exceptions -fno-strength-reduce -DREGPARAM= -D__inline__=inline $(ARCHFLAGS) -O2
|
|
LIBRARIES = -lm $(ARCHLIBS) $(SDLLIBS) $(SOUNDLIBS)
|
|
|
|
.SUFFIXES: .a .o .c .h .S
|