summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-11-21 14:58:25 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-11-21 14:58:25 +0000
commit35679a24e5abebd0bddfe3b46f2e6f68fd8e4f2c (patch)
tree8f89fb65990e5fb98e058d0333ea5de15fb74399
parentAdd -fPIC to fix build on amd64 (diff)
Add -fPIC to CFLAGS to hopefully fix build on amd64
Notes
Notes: svn path=/head/; revision=94652
-rw-r--r--www/cgiparse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile
index f13d038388b3..914fbdd6e323 100644
--- a/www/cgiparse/Makefile
+++ b/www/cgiparse/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime:install
GNU_CONFIGURE= yes
MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3
INSTALLS_SHLIB= yes
+CFLAGS+= "-fPIC"
post-install:
${LN} -sf libcgiparse.so.1 ${PREFIX}/lib/libcgiparse.so