Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
173 B
Text
11 lines
173 B
Text
--- Makefile.orig 2003-01-05 20:18:07 UTC
|
|
+++ Makefile
|
|
@@ -1,6 +1,6 @@
|
|
VERSION = 0.8
|
|
-CC = gcc
|
|
-CFLAGS = -g -O2
|
|
+CC ?= cc
|
|
+CFLAGS ?= -O -pipe
|
|
LDFLAGS =
|
|
LIBS =
|
|
DEFS =
|