opnsense-ports/net/pmf/files/patch-c_packages__safe_malloc__Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

16 lines
361 B
Text

--- ./c_packages/safe_malloc/Makefile.orig 1991-09-21 23:13:52.000000000 -0400
+++ ./c_packages/safe_malloc/Makefile 2010-02-02 14:21:04.000000000 -0500
@@ -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)