aboutsummaryrefslogtreecommitdiff
path: root/devel/calibrator
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2004-06-10 01:46:03 +0000
committerBruce M Simpson <bms@FreeBSD.org>2004-06-10 01:46:03 +0000
commit08fa48ea8b62ce39873b80a387a4266a5daed7a8 (patch)
tree0b6bfba4a10b171cd68d27c2d197a57486aa23fa /devel/calibrator
parent9a268eef5f7ff09eb488418ae6827b662ccb1ab7 (diff)
downloadports-08fa48ea8b62ce39873b80a387a4266a5daed7a8.tar.gz
ports-08fa48ea8b62ce39873b80a387a4266a5daed7a8.zip
Notes
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 cfb2ce045668..8d31fdd3f6d1 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>