aboutsummaryrefslogtreecommitdiffstats
path: root/net/cidr/files
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-09-12 05:25:11 +0800
committersf <sf@FreeBSD.org>2001-09-12 05:25:11 +0800
commit2d2ba7bb452a949184b9b958576af46a66f99273 (patch)
tree162d4ec7665823fdd4cd0296a909a7513bda651f /net/cidr/files
parente8cfe3d90e1682e2ea3e59bade1a7e1e4a9fbcb4 (diff)
downloadfreebsd-ports-gnome-2d2ba7bb452a949184b9b958576af46a66f99273.tar.gz
freebsd-ports-gnome-2d2ba7bb452a949184b9b958576af46a66f99273.tar.zst
freebsd-ports-gnome-2d2ba7bb452a949184b9b958576af46a66f99273.zip
unbreak: ${WRKSRC} corrected.
respoct CC.
Diffstat (limited to 'net/cidr/files')
-rw-r--r--net/cidr/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cidr/files/patch-aa b/net/cidr/files/patch-aa
index 063439a16695..a9d1ec738e0e 100644
--- a/net/cidr/files/patch-aa
+++ b/net/cidr/files/patch-aa
@@ -5,7 +5,7 @@
cidr: $(OBJS)
- gcc -Wall -o cidr cidr.c
-+ gcc -Wall -o cidr $(OBJS)
++ $(CC) -Wall -o cidr $(OBJS)
clean:
rm $(OBJS) cidr