diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-06 21:40:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-06 21:40:10 +0000 |
commit | 4247f18f22a10314338306ce4c0514ed096c7b26 (patch) | |
tree | e3334917403c397b2157c8d0a46e923fef178bcd /databases/rrdtool10 | |
parent | 50c344048de729f04a84d06ebae86ef9a2db18d3 (diff) | |
download | ports-4247f18f22a10314338306ce4c0514ed096c7b26.tar.gz ports-4247f18f22a10314338306ce4c0514ed096c7b26.zip |
Notes
Diffstat (limited to 'databases/rrdtool10')
-rw-r--r-- | databases/rrdtool10/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index 9329cceb60f5..0caf8c65cc48 100644 --- a/databases/rrdtool10/Makefile +++ b/databases/rrdtool10/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} |