mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Add PORTSCOUT to skip wrong distfile scanning - Fix patch files to reflect 'make makepatch'
14 lines
336 B
Text
14 lines
336 B
Text
--- Makefile.in.orig 2004-08-13 07:04:21 UTC
|
|
+++ Makefile.in
|
|
@@ -27,9 +27,9 @@ LIBSX=$(LIBS) @X_LIBS@ -lXt @X_PRE_LIBS@
|
|
|
|
#CC=/compat/linux/usr/bin/gcc
|
|
CC=@CC@
|
|
-CFLAGS=-O3 $(INCLUDES) $(DEFS)
|
|
+CFLAGS+=$(INCLUDES) $(DEFS)
|
|
CFLAGSX=$(CFLAGS) @X_CFLAGS@
|
|
-LDFLAGS=-s
|
|
+LDFLAGS=
|
|
|
|
LINT=lint
|
|
# LINT=$(CC) -c -Wall -Wshadow -Wpointer-arith
|