freebsd-ports/net/pmf/files/patch-c_packages-safe_malloc-Makefile
Edwin Groothuis b5bea64f24 Continue making net/pmf building on -current.
PR:		ports/45409
Submitted by:	Volker Stolz <vs@foldr.org>
2002-11-24 11:10:21 +00:00

16 lines
335 B
Text

--- c_packages/safe_malloc/Makefile.orig Mon Nov 18 18:14:39 2002
+++ c_packages/safe_malloc/Makefile Mon Nov 18 18:14:58 2002
@@ -14,11 +14,11 @@
INCLUDEDIRS =
# CC = gcc -traditional
-CC = cc
+CC ?= cc
# Distribution: CFLAGS = -O
# Maximum debug: CFLAGS = -g -pg -DDEBUG -pipe
-CFLAGS = -O
+#CFLAGS = -O
all: $(OBJECTS)