freebsd-ports/devel/cbind/files/patch-Makefile
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

22 lines
390 B
Text

--- Makefile.orig Fri Sep 22 12:21:32 1995
+++ Makefile Sun Nov 5 13:48:50 2006
@@ -1,8 +1,8 @@
VERSION = 6
-CFLAGS= -g -DPUBLIC
+CFLAGS+= -DPUBLIC
LIBS =
-LINKER = cc
+LINKER = $(CC)
MAKEFILE= Makefile
@@ -139,7 +139,7 @@
touch:; touch $(GENED_SRC)
hostinfo.h: htype hostinfo
- hostinfo $@
+ ./hostinfo $@
c_perf.c: c.prf
gperf -N c_rsvd -t -p c.prf > $@