mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
29633bd81b
Reported by: Steve Crowder <steve@crowders.org>
11 lines
473 B
PHP
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
|
|
|