openbsd-ports/net/ipfreely/patches/patch-Makefile
niallo 3436a29260 add a little patch:
cc -> ${CC}
2005-06-27 18:54:50 +00:00

13 lines
346 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1 2005/06/27 18:54:50 niallo Exp $
--- Makefile Sun Mar 27 09:10:21 2005
+++ Makefile Mon Jun 27 11:51:38 2005
@@ -11,7 +11,7 @@
all: ipfreely
ipfreely: ipfreely.c
- cc $(CFLAGS) ipfreely.c -o ipfreely
+ ${CC} $(CFLAGS) ipfreely.c -o ipfreely
man: ipfreely.8
nroff -Tascii -mandoc ipfreely.8 > ipfreely.cat8