1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/games/r1q2/files/patch-binaries__make.inc
Alejandro Pulver 29633bd81b - Update to version 7392.
Reported by:	Steve Crowder <steve@crowders.org>
2007-09-29 00:52:43 +00:00

11 lines
473 B
PHP

--- binaries/make.inc.orig Fri Sep 28 21:36:07 2007
+++ binaries/make.inc Fri Sep 28 21:37:31 2007
@@ -1,5 +1,6 @@
-CFLAGS+=-DNDEBUG -DLINUX -O2 -fno-strict-aliasing -Wall -ffloat-store -pipe -g -MF .depends/$*.d -MMD
+CFLAGS+=-I$(LOCALBASE)/include -DNDEBUG -DLINUX -DDATADIR='"$(Q2DIR)"' -DLIBDIR='"$(LIBDIR)"' -O2 -fno-strict-aliasing -Wall -ffloat-store -pipe -g -MF .depends/$*.d -MMD
ALLOBJ:=$(ALLSRC:.c=.o)
+LDFLAGS+=-L$(LOCALBASE)/lib
.PHONY: clean distclean