summaryrefslogtreecommitdiff
path: root/devel/cbind/files/patch-hostinfo
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2006-11-09 13:56:24 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2006-11-09 13:56:24 +0000
commit136702793db32df55728ddfc65b65c6e20d53414 (patch)
tree13c07928c2fc47e0d4587b7e1f27bb4ba2b47e82 /devel/cbind/files/patch-hostinfo
parent Upgrade to version 1.4.2 (diff)
New Port: devel/cbind
This tool is designed to aid in the creation of Ada bindings to C. PR: ports/105182 Submitted By: "John Merryweather Cooper" <john_m_cooper@yahoo.com> Approved By: flz (mentor)
Diffstat (limited to 'devel/cbind/files/patch-hostinfo')
-rw-r--r--devel/cbind/files/patch-hostinfo11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cbind/files/patch-hostinfo b/devel/cbind/files/patch-hostinfo
new file mode 100644
index 000000000000..a48d1c7e5dc5
--- /dev/null
+++ b/devel/cbind/files/patch-hostinfo
@@ -0,0 +1,11 @@
+--- hostinfo.orig Thu Apr 7 15:03:16 1994
++++ hostinfo Mon Dec 23 08:38:17 2002
+@@ -4,7 +4,7 @@
+
+ echo '/* This file is automatically generated */' > $1
+ echo '#define _H_HOSTINFO_' >> $1
+-htype >> $1
++./htype >> $1
+
+ cat > llchk.c << _STOP
+ main()