svn commit: r369256 - head/net/trickle

Pietro Cerutti gahr at FreeBSD.org
Thu Sep 25 14:16:39 UTC 2014


Author: gahr
Date: Thu Sep 25 14:16:38 2014
New Revision: 369256
URL: http://svnweb.freebsd.org/changeset/ports/369256
QAT: https://qat.redports.org/buildarchive/r369256/

Log:
  - Revert my previous commit. It is not needed. The problem is at the
  infrastructure level.

Modified:
  head/net/trickle/Makefile

Modified: head/net/trickle/Makefile
==============================================================================
--- head/net/trickle/Makefile	Thu Sep 25 14:01:33 2014	(r369255)
+++ head/net/trickle/Makefile	Thu Sep 25 14:16:38 2014	(r369256)
@@ -22,7 +22,7 @@ MAKE_JOBS_UNSAFE=	yes
 
 CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} \
 		--sysconfdir=${PREFIX}/etc
-CPPFLAGS+=	-I${LOCALBASE}/include -fPIC
+CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 
 PORTDOCS=	*


More information about the svn-ports-head mailing list