summaryrefslogtreecommitdiff
path: root/net/geta/files
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2001-11-05 12:17:56 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2001-11-05 12:17:56 +0000
commitb54e01ac65c60821402e93f0c2af93b3dc8a06a4 (patch)
tree41d5d48cd8cf2f2e4bcbec1095738c0fc15c3275 /net/geta/files
parentFix compilation errors if mbregex is selected. (diff)
Add geta(GET Address) - Simple IPv4/IPv6 address resolving tool.
Notes
Notes: svn path=/head/; revision=49596
Diffstat (limited to 'net/geta/files')
-rw-r--r--net/geta/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/geta/files/patch-Makefile.in b/net/geta/files/patch-Makefile.in
new file mode 100644
index 000000000000..010c882a5113
--- /dev/null
+++ b/net/geta/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- geta/Makefile.in- Mon Nov 5 20:54:25 2001
++++ geta/Makefile.in Mon Nov 5 20:54:45 2001
+@@ -1,6 +1,6 @@
+ CC = cc
+-CFLAGS = -O -L/usr/local/v6/lib -Wall
+-LIBS = -linet6
++CFLAGS += -O -Wall
++#LIBS = -linet6
+
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@