freebsd-ports/databases/dbf/files/patch-Makefile.rules
Mikhail Teterin 2e8d02816b Upgrade from 0.5.1 to 0.6. Don't need gmake (any longer?).
Add a big patch, that's also submitted to the vendor --
fixing a number of bugs and inefficiencies.
2003-08-20 19:25:25 +00:00

18 lines
334 B
Text

--- ../Makefile.rules Thu May 8 14:53:12 2003
+++ ../Makefile.rules Tue Aug 19 15:22:20 2003
@@ -4,4 +4,3 @@
# Compiler flags
-CC = /usr/bin/gcc
-CFLAGS = -Wall
+CFLAGS += -Wall
@@ -12,3 +11,3 @@
VERSION = 0.6
-PREFIX = /usr/local/bin
+PREFIX := ${PREFIX}/bin
@@ -19,4 +18 @@
RED = \033[1;31m
-
-.c.o:
- $(CC) $(CFLAGS) -c $<