1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/portsentry/files/patch-aa
Michael Haro 50bea79525 Upgrade to 0.90
Noticed by: Jim Dutton <jimd@dutton3.it.siu.edu>
1999-05-17 05:21:25 +00:00

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