freebsd-ports/devel/calibrator/files/patch-Makefile
Bruce M Simpson 08fa48ea8b Fix a name conflict with C99 round(3).
Submitted by:	das
2004-06-10 01:46:03 +00:00

13 lines
233 B
Text

--- Makefile.orig Mon Oct 13 11:14:02 2003
+++ Makefile Mon Oct 13 11:16:20 2003
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PROG= calibrator
+SRCS= calibrator.c
+NOMAN= defined
+
+CFLAGS+= -D_ANSI_SOURCE
+LDADD+= -lm
+
+.include <bsd.prog.mk>