aboutsummaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-04-06 21:40:10 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-04-06 21:40:10 +0000
commit4247f18f22a10314338306ce4c0514ed096c7b26 (patch)
treee3334917403c397b2157c8d0a46e923fef178bcd /databases/rrdtool
parent50c344048de729f04a84d06ebae86ef9a2db18d3 (diff)
downloadports-4247f18f22a10314338306ce4c0514ed096c7b26.tar.gz
ports-4247f18f22a10314338306ce4c0514ed096c7b26.zip
Notes
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 9329cceb60f5..0caf8c65cc48 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -23,6 +23,7 @@ INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-shared --enable-local-zlib \
--program-transform-name=''
CONFIGURE_ENV= PERL=${PERL}
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS:= ${CFLAGS:N-ffast-math}