1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Bruteforce bitchslap this port into respecting CFLAGS.

Approved by:	jim
This commit is contained in:
Bill Fumerola 2000-03-07 04:38:43 +00:00
parent 10610b6921
commit 9a7718ef9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26598
2 changed files with 12 additions and 2 deletions

View File

@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}"
MAKE_ENV= FREEBSD_CFLAGS="${CFLAGS}"
post-install:
@strip ${PREFIX}/bin/corewars

View File

@ -1,5 +1,5 @@
--- src/Makefile.in.orig Sat Mar 4 18:12:42 2000
+++ src/Makefile.in Sat Mar 4 18:12:55 2000
--- 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
@ -9,3 +9,12 @@
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 \