aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xmlwrapp
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-01-31 09:01:15 +0800
committerarved <arved@FreeBSD.org>2004-01-31 09:01:15 +0800
commit310de23badc38cad4b42dc11c29a62ecfcc95962 (patch)
tree0048674e58d2dd9b928e020148f6657972c12b1d /textproc/xmlwrapp
parent755bef0b40f3985ff6e1150ce913224632e974d3 (diff)
downloadfreebsd-ports-gnome-310de23badc38cad4b42dc11c29a62ecfcc95962.tar.gz
freebsd-ports-gnome-310de23badc38cad4b42dc11c29a62ecfcc95962.tar.zst
freebsd-ports-gnome-310de23badc38cad4b42dc11c29a62ecfcc95962.zip
Fix build on AMD64
Diffstat (limited to 'textproc/xmlwrapp')
-rw-r--r--textproc/xmlwrapp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile
index c18671e92a28..01f5b1403644 100644
--- a/textproc/xmlwrapp/Makefile
+++ b/textproc/xmlwrapp/Makefile
@@ -21,6 +21,7 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.pl
CONFIGURE_ARGS= --prefix ${PREFIX}
INSTALLS_SHLIB= yes
+CFLAGS+= -fPIC
.include <bsd.port.pre.mk>