From e5fca62a504f3b17e0714d2fcfe001b3ec7ae669 Mon Sep 17 00:00:00 2001 From: seanc Date: Tue, 21 Feb 2006 07:55:35 +0000 Subject: Unbork for non-slave builds. --- databases/cdb/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'databases') diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile index b3696c1965e1..90b2ea564695 100644 --- a/databases/cdb/Makefile +++ b/databases/cdb/Makefile @@ -15,10 +15,6 @@ 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 @@ -35,4 +31,10 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin .endfor -.include +.include + +.if ${ARCH} == amd64 +CFLAGS+= -fPIC +.endif + +.include -- cgit