From 908ab3e2ec91c0d99992719f846e8829d8b27f7f Mon Sep 17 00:00:00 2001 From: krion Date: Wed, 6 Apr 2005 21:40:10 +0000 Subject: Fix build on amd64. --- databases/rrdtool/Makefile | 1 + databases/rrdtool10/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'databases') 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} 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} -- cgit > FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cgdb
Commit message (Expand)AuthorAgeFilesLines
* USE_GETOPT_LONG to unbreak on 4.x.itetcu2006-07-011-0/+1
* - Use BUILD_DEPENDS and RUN_DEPENDS instead of LIB_DEPENDSehaupt2006-06-261-2/+4
* Use LIB_DEPENDS instead of (BUILD|RUN)_DEPENDS for shared library.ehaupt2006-06-231-3/+2
* - Unbroken FreeBSD 5.x and 4.x.clsung2006-06-141-5/+3
* - Update to 0.6.3pav2006-06-054-12/+23
* - Force configure to detect readline in ${LOCALBASE} ifclsung2006-05-211-0/+1
* - Mark BROKEN on FreeBSD 4.Xpav2006-05-201-0/+4
* - Update to 0.6.2pav2006-04-302-13/+10
* This is now buildable again.kris2006-03-011-2/+0
* BROKEN: Does not compilekris2006-02-131-0/+2
* Fix build on 4-stable.vanilla2005-12-261-1/+11