diff options
author | arved <arved@FreeBSD.org> | 2004-01-31 01:01:15 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-01-31 01:01:15 +0000 |
commit | 310de23badc38cad4b42dc11c29a62ecfcc95962 (patch) | |
tree | 0048674e58d2dd9b928e020148f6657972c12b1d /textproc/xmlwrapp | |
parent | 755bef0b40f3985ff6e1150ce913224632e974d3 (diff) | |
download | FreeBSD-ports-310de23badc38cad4b42dc11c29a62ecfcc95962.zip FreeBSD-ports-310de23badc38cad4b42dc11c29a62ecfcc95962.tar.gz |
Fix build on AMD64
Diffstat (limited to 'textproc/xmlwrapp')
-rw-r--r-- | textproc/xmlwrapp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index c18671e..01f5b14 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> |