mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
65f4afec8f
PR: 21889 Submitted by: maintainer
21 lines
518 B
Plaintext
21 lines
518 B
Plaintext
--- src/Makefile.orig Tue Aug 15 20:53:42 2000
|
|
+++ src/Makefile Sat Oct 7 19:06:08 2000
|
|
@@ -14,7 +14,7 @@
|
|
#DEFS += -DY_DEBUG #-DYYERROR_VERBOSE=1 -DYYDEBUG=100
|
|
|
|
DEFS += -DSHELL=\"$(SHELL)\" -DCONFIG=\"$(CONF)\"
|
|
-CFLAGS = $(DEFS) -Wall -m486 -O2 -D_GNU_SOURCE=1 -D_BSD_SOURCE=1 -I/usr/local/include
|
|
+CFLAGS += $(DEFS)
|
|
ifeq (1,$(STRIP))
|
|
IFLAGS = -s
|
|
else
|
|
@@ -23,7 +23,7 @@
|
|
endif
|
|
#DLIBS = -lccmalloc -ldl
|
|
ifeq (1,$(FREE_BSD))
|
|
-LIBS += -lutil
|
|
+#LIBS += -lutil
|
|
DEFS += -DFREE_BSD=1
|
|
else
|
|
LIBS +=
|