summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-09-25 14:16:38 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-09-25 14:16:38 +0000
commiteca04082f25c514873cb15ebed2149205180a144 (patch)
tree744b1eeaca16c59b439652665c24848a6a538b6f
parentEnable builds on/for Raspberry Pi and other arm variants. (diff)
- Revert my previous commit. It is not needed. The problem is at the
infrastructure level.
-rw-r--r--net/trickle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile
index f823a6131c24..e131cb354ab7 100644
--- a/net/trickle/Makefile
+++ b/net/trickle/Makefile
@@ -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= *