summaryrefslogtreecommitdiff
path: root/net/cidr/files
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-11 21:25:11 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-11 21:25:11 +0000
commita8652ea309f75f0a95f91e15e6b19bab50b6e414 (patch)
treee2abe53df19b8094f210888060bdcc8b98e1d605 /net/cidr/files
parentReplace the ghostscript6 dependencies with ghostscript-gnu. (diff)
unbreak: ${WRKSRC} corrected.
respoct CC.
Notes
Notes: svn path=/head/; revision=47717
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