103995d974
- Use SUB_FILES to create pmfrc.default [1] - Added another MASTER_SITE - Recreated patches with "make makepatch" for readability - Added handling for NOPORTEXAMPLES PR: ports/143146 [1] Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> [1]
16 lines
361 B
Text
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)
|
|
|