summaryrefslogtreecommitdiff
path: root/net/gethost/patches
diff options
context:
space:
mode:
authorkim <kim>2002-07-10 02:12:00 +0000
committerkim <kim>2002-07-10 02:12:00 +0000
commit6cd0e1676716c124e33503a81c8b78b5dc7dc3cd (patch)
treea24e4d47d6103b4c672f89bdb348425334fd9385 /net/gethost/patches
parent8feafd486070b12d7c7d01e5f16b0fcb95c9c704 (diff)
downloadpkgsrc-6cd0e1676716c124e33503a81c8b78b5dc7dc3cd.tar.gz
Add net/gethost submitted by reed@reedmedia.net, with minor mods by me.
Closes PR 17489.
Diffstat (limited to 'net/gethost/patches')
-rw-r--r--net/gethost/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/gethost/patches/patch-aa b/net/gethost/patches/patch-aa
new file mode 100644
index 00000000000..204f5e8b295
--- /dev/null
+++ b/net/gethost/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/07/10 02:12:00 kim Exp $
+
+--- Makefile.orig Fri Jul 5 20:40:46 2002
++++ Makefile Tue Jul 9 22:08:03 2002
+@@ -1,5 +1,5 @@
+-CC = gcc
+-CFLAGS = -g -Wall -ansi -pedantic
++#CC = gcc
++#CFLAGS = -g -Wall -ansi -pedantic
+
+ gethost: gethost.c
+ $(CC) $(CFLAGS) -o gethost gethost.c