freebsd-ports/devel/cbind/files/patch-hostinfo
Frank J. Laszlo 136702793d 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)
2006-11-09 13:56:24 +00:00

11 lines
252 B
Text

--- 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()