summaryrefslogtreecommitdiff
path: root/dns/maradns/files/patch-utf8-Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-08-13 16:10:54 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-08-13 16:10:54 +0000
commitd9654c368b8d5707611e23dd14a793cd2d944257 (patch)
tree8ee64eaa0b94c93ace1624ce82bf0598f720d029 /dns/maradns/files/patch-utf8-Makefile
parentThese ports depend on compat3x, so make them depend on misc/compat3x: (diff)
Update to version 0.8.06
PR: 29149 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=46200
Diffstat (limited to 'dns/maradns/files/patch-utf8-Makefile')
-rw-r--r--dns/maradns/files/patch-utf8-Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/dns/maradns/files/patch-utf8-Makefile b/dns/maradns/files/patch-utf8-Makefile
index eceeabac56ee..208b5b47e28c 100644
--- a/dns/maradns/files/patch-utf8-Makefile
+++ b/dns/maradns/files/patch-utf8-Makefile
@@ -1,5 +1,5 @@
---- utf8/Makefile.orig Wed Jun 20 19:33:48 2001
-+++ utf8/Makefile Mon Jun 25 00:46:08 2001
+--- utf8/Makefile.orig Sun Jul 22 21:25:44 2001
++++ utf8/Makefile Sun Jul 22 21:25:51 2001
@@ -5,7 +5,7 @@
EXECS=utf8test
@@ -9,14 +9,3 @@
all: $(EXECS)
-@@ -13,8 +13,8 @@
- rm -f $(OBJECTS) core $(EXECS)
-
- Utf8.o: Utf8.c ../libs/JessStr.h ../libs/MaraHash.h ../MaraDns.h
-- gcc -c $(FLAGS) -o Utf8.o Utf8.c
-+ $(CC) -c $(FLAGS) -o Utf8.o Utf8.c
-
- utf8test: utf8test.c $(OBJECTS)
-- gcc $(FLAGS) -o utf8test utf8test.c $(OBJECTS)
-+ $(CC) $(FLAGS) -o utf8test utf8test.c $(OBJECTS)
-