mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
50bea79525
Noticed by: Jim Dutton <jimd@dutton3.it.siu.edu>
19 lines
335 B
Plaintext
19 lines
335 B
Plaintext
--- Makefile.orig Sun May 16 21:55:26 1999
|
|
+++ Makefile Sun May 16 21:55:46 1999
|
|
@@ -13,12 +13,13 @@
|
|
#
|
|
|
|
# Generic compiler
|
|
-CC = cc
|
|
+CC ?= cc
|
|
# GNU..
|
|
#CC = gcc
|
|
|
|
# Normal systems flags
|
|
-CFLAGS = -O -Wall
|
|
+CFLAGS ?= -O -Wall
|
|
+CFLAGS += -DPREFIX=\"${PREFIX}\"
|
|
|
|
# Debug mode for portsentry
|
|
#CFLAGS = -Wall -g -DNODAEMON -DDEBUG
|