summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-04 22:22:37 +0000
committerbapt <bapt@FreeBSD.org>2013-09-04 22:22:37 +0000
commit621e04e438b26e0e97111e9af5a86c6b0acbc096 (patch)
tree4c27c5990bb26ce66430532f3b40641bff7d6444
parent692773f852c8cefc6139555977144ddf98d5cd95 (diff)
downloadFreeBSD-ports-621e04e438b26e0e97111e9af5a86c6b0acbc096.zip
FreeBSD-ports-621e04e438b26e0e97111e9af5a86c6b0acbc096.tar.gz
Add -fPIC to cflags
-rw-r--r--textproc/domc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile
index a341717..66475f0 100644
--- a/textproc/domc/Makefile
+++ b/textproc/domc/Makefile
@@ -17,7 +17,7 @@ USES= gmake
MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}" INSTDIR=${PREFIX}
USE_LDCONFIG= yes
-CFLAGS+= -I${LOCALBASE}/include
+CFLAGS+= -I${LOCALBASE}/include -fPIC
LDFLAGS+= -L${LOCALBASE}/lib
SHLIB_MAJOR= 0
OpenPOWER on IntegriCloud