diff options
author | bms <bms@FreeBSD.org> | 2004-06-10 01:46:03 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-06-10 01:46:03 +0000 |
commit | 83dbcfa2a13ca43f494e415e178fff9620c2f9a3 (patch) | |
tree | 69d90c2176e7538235d8a428898ad7e8333d3b4c /devel/calibrator | |
parent | dc9fe5e640c5210a7b549d440557b78dea46b93b (diff) | |
download | FreeBSD-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-Makefile | 3 |
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> |