summaryrefslogtreecommitdiff
path: root/graphics/aqsis/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-01-31 00:14:39 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-01-31 00:14:39 +0000
commit8d4a7143df6aceca4562c12ab43db393f2a97349 (patch)
treedbcade065ac9550bec3212c1b678f47d00f2bef0 /graphics/aqsis/Makefile
parentFix build of dependant ports on AMD64 (diff)
Fix build on AMD64
Diffstat (limited to 'graphics/aqsis/Makefile')
-rw-r--r--graphics/aqsis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
index eead84b3a567..372dc7f5d5fc 100644
--- a/graphics/aqsis/Makefile
+++ b/graphics/aqsis/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-static --datadir="${DATADIR}"
INSTALLS_SHLIB= yes
-CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -fPIC
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>