diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-06-10 01:46:03 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-06-10 01:46:03 +0000 |
commit | 08fa48ea8b62ce39873b80a387a4266a5daed7a8 (patch) | |
tree | 0b6bfba4a10b171cd68d27c2d197a57486aa23fa /devel/calibrator/files | |
parent | 9a268eef5f7ff09eb488418ae6827b662ccb1ab7 (diff) |
Notes
Diffstat (limited to 'devel/calibrator/files')
-rw-r--r-- | devel/calibrator/files/patch-Makefile | 3 |
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> |