add a little patch:
cc -> ${CC}
This commit is contained in:
parent
f70503a66c
commit
3436a29260
12
net/ipfreely/patches/patch-Makefile
Normal file
12
net/ipfreely/patches/patch-Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
$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
|
Loading…
Reference in New Issue
Block a user