summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-11-19 21:06:24 +0000
committerobrien <obrien@FreeBSD.org>2002-11-19 21:06:24 +0000
commitfd3a5ae7a981524c291bd36e0a24ccab38b7e85b (patch)
tree3fc25c4a852f4dbea50aaaf86d256c2e7a481bed /databases
parent57d5f40208beabbabbd6d446786a8470f3f04dec (diff)
downloadFreeBSD-ports-fd3a5ae7a981524c291bd36e0a24ccab38b7e85b.zip
FreeBSD-ports-fd3a5ae7a981524c291bd36e0a24ccab38b7e85b.tar.gz
Our configure tupple is ${ARCH}-portbld-freebsd${OSREL}.
Diffstat (limited to 'databases')
-rw-r--r--databases/db3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index eb3d5a9..b70cce5 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -31,7 +31,7 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dynamic \
--prefix=${PREFIX} \
--includedir=${PREFIX}/include/db3 \
- --target=${ARCH}-unknown-freebsd${OSREL}
+ --target=${ARCH}-portbld-freebsd${OSREL}
pre-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
OpenPOWER on IntegriCloud