mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
- Respect CFLAGS - Don't build with debug symbols - USES -> gmake - Convert USE_BZIP2=yes to USES=tar:bzip2
12 lines
238 B
Text
12 lines
238 B
Text
--- ./Makefile.in.orig 1999-12-02 18:52:25.000000000 +0100
|
|
+++ ./Makefile.in 2014-03-14 13:55:04.943662466 +0100
|
|
@@ -10,8 +10,7 @@
|
|
MAN8 = prtvtoc.8
|
|
|
|
CC = @CC@
|
|
-CFLAGS = -Wall -g -I.
|
|
-LDFLAGS = -g
|
|
+CFLAGS += -Wall -I.
|
|
|
|
all: $(BINS)
|
|
|