summaryrefslogtreecommitdiffstats
path: root/devel/calibrator
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-06-10 01:46:03 +0000
committerbms <bms@FreeBSD.org>2004-06-10 01:46:03 +0000
commit83dbcfa2a13ca43f494e415e178fff9620c2f9a3 (patch)
tree69d90c2176e7538235d8a428898ad7e8333d3b4c /devel/calibrator
parentdc9fe5e640c5210a7b549d440557b78dea46b93b (diff)
downloadFreeBSD-ports-83dbcfa2a13ca43f494e415e178fff9620c2f9a3.zip
FreeBSD-ports-83dbcfa2a13ca43f494e415e178fff9620c2f9a3.tar.gz
Fix a name conflict with C99 round(3).
Submitted by: das
Diffstat (limited to 'devel/calibrator')
-rw-r--r--devel/calibrator/files/patch-Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/calibrator/files/patch-Makefile b/devel/calibrator/files/patch-Makefile
index cfb2ce0..8d31fdd 100644
--- a/devel/calibrator/files/patch-Makefile
+++ b/devel/calibrator/files/patch-Makefile
@@ -1,12 +1,13 @@
--- Makefile.orig Mon Oct 13 11:14:02 2003
+++ Makefile Mon Oct 13 11:16:20 2003
-@@ -0,0 +1,9 @@
+@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PROG= calibrator
+SRCS= calibrator.c
+NOMAN= defined
+
++CFLAGS+= -D_ANSI_SOURCE
+LDADD+= -lm
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud