1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/games/corewars/files/patch-aa

21 lines
739 B
Plaintext
Raw Normal View History

--- src/Makefile.in.orig Fri Mar 3 13:37:26 2000
+++ src/Makefile.in Mon Mar 6 23:29:17 2000
@@ -95,7 +95,7 @@
AM_YFLAGS = -d -t
AM_LFLAGS = -i
-AM_CFLAGS = -O3 -g
+AM_CFLAGS =
DEFS = @DEFS@ -DDATADIR="\"${pkgdatadir}\""
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
@@ -113,7 +113,7 @@
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
LEXLIB = @LEXLIB@
CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(FREEBSD_CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in config.h.in lex.c \