aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/scriba/Makefile1
-rw-r--r--textproc/xmlwrapp/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile
index 21182923ed2f..877719c1f643 100644
--- a/lang/scriba/Makefile
+++ b/lang/scriba/Makefile
@@ -26,6 +26,7 @@ PRFXFILES= variations/standard/basiccmd.c \
WRKSRC= ${WRKDIR}
USE_PERL5= yes
+CFLAGS+= -fPIC
post-patch:
.for P in ${PRFXFILES}
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>