summaryrefslogtreecommitdiff
path: root/databases/cdb
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2006-02-21 07:29:43 +0000
committerSean Chittenden <seanc@FreeBSD.org>2006-02-21 07:29:43 +0000
commit32be164d0565c3e7182964663acd84d5ee6bb4e6 (patch)
tree0c6a48780dac6da83f5da2c1807c82650dc60dc2 /databases/cdb
parentDist file re-rolled. No changes to files according to diff(1). Updating (diff)
Update ruby-cdb to 0.5a and kill off patch now incorporated in upstream
repo. Also fix on amd64 by compiling subport, cdb, with -fPIC. Given this is required for other amd64 ports that could potentially link against cdb, fix this in databases/cdb instead of just ruby-cdb.
Notes
Notes: svn path=/head/; revision=156559
Diffstat (limited to 'databases/cdb')
-rw-r--r--databases/cdb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile
index 319c7d86ff21..b3696c1965e1 100644
--- a/databases/cdb/Makefile
+++ b/databases/cdb/Makefile
@@ -15,6 +15,10 @@ COMMENT= A fast lookup database library & utilities
ALL_TARGET= it
+.if ${ARCH} == "amd64"
+CFLAGS+= -fPIC
+.endif
+
do-configure:
@${MV} ${WRKSRC}/conf-home ${WRKSRC}/conf-home.orig
${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home