Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 22:22:37 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326330 - head/textproc/domc
Message-ID:  <201309042222.r84MMbeh000456@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep  4 22:22:37 2013
New Revision: 326330
URL: http://svnweb.freebsd.org/changeset/ports/326330

Log:
  Add -fPIC to cflags

Modified:
  head/textproc/domc/Makefile

Modified: head/textproc/domc/Makefile
==============================================================================
--- head/textproc/domc/Makefile	Wed Sep  4 21:30:50 2013	(r326329)
+++ head/textproc/domc/Makefile	Wed Sep  4 22:22:37 2013	(r326330)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309042222.r84MMbeh000456>