Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 14:16:39 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369256 - head/net/trickle
Message-ID:  <201409251416.s8PEGdLg097517@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	*



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