diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2006-02-21 07:29:43 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2006-02-21 07:29:43 +0000 |
commit | 32be164d0565c3e7182964663acd84d5ee6bb4e6 (patch) | |
tree | 0c6a48780dac6da83f5da2c1807c82650dc60dc2 /databases/cdb | |
parent | 5f6550b0cfd8641a31ec8cc77f470c6d11d23a97 (diff) | |
download | ports-32be164d0565c3e7182964663acd84d5ee6bb4e6.tar.gz ports-32be164d0565c3e7182964663acd84d5ee6bb4e6.zip |
Notes
Diffstat (limited to 'databases/cdb')
-rw-r--r-- | databases/cdb/Makefile | 4 |
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 |