mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
21 lines
397 B
Text
21 lines
397 B
Text
--- ../Makefile.rules.orig Tue Nov 11 16:43:04 2003
|
|
+++ ../Makefile.rules Tue Nov 11 16:43:24 2003
|
|
@@ -2,15 +2,15 @@
|
|
# Version 0.8
|
|
|
|
# Compiler flags
|
|
-CC = /usr/bin/gcc
|
|
-CFLAGS = -Wall
|
|
+#CC = /usr/bin/gcc
|
|
+CFLAGS += -Wall
|
|
|
|
# Settings
|
|
LOG = make.log
|
|
DIRS = src
|
|
BIN = dbf
|
|
VERSION = 0.8
|
|
-PREFIX = /usr/local
|
|
+#PREFIX = /usr/local
|
|
|
|
# Compiler settings - do not change
|
|
# erased dbfversion.o
|