diff options
author | arved <arved@FreeBSD.org> | 2003-11-21 22:58:25 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-11-21 22:58:25 +0800 |
commit | 9fd4421e809ef2098a292a4035ed60ea8edb8670 (patch) | |
tree | 0dd788622f1a8f13a6052eec065c3cf0aacad903 /www/cgiparse/Makefile | |
parent | 67a1e7aef4d208f100d4e4dd23d9e81f9d0f9207 (diff) | |
download | freebsd-ports-gnome-9fd4421e809ef2098a292a4035ed60ea8edb8670.tar.gz freebsd-ports-gnome-9fd4421e809ef2098a292a4035ed60ea8edb8670.tar.zst freebsd-ports-gnome-9fd4421e809ef2098a292a4035ed60ea8edb8670.zip |
Add -fPIC to CFLAGS to hopefully fix build on amd64
Diffstat (limited to 'www/cgiparse/Makefile')
-rw-r--r-- | www/cgiparse/Makefile | 1 |
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 |