diff options
author | gahr <gahr@FreeBSD.org> | 2014-09-25 22:16:38 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-09-25 22:16:38 +0800 |
commit | 8899c5ec56319f17386f61c5ef35417c1e5cf024 (patch) | |
tree | 744b1eeaca16c59b439652665c24848a6a538b6f /net | |
parent | 2b5df718539d6affc213426e8f9157679e86ffb3 (diff) | |
download | freebsd-ports-gnome-8899c5ec56319f17386f61c5ef35417c1e5cf024.tar.gz freebsd-ports-gnome-8899c5ec56319f17386f61c5ef35417c1e5cf024.tar.zst freebsd-ports-gnome-8899c5ec56319f17386f61c5ef35417c1e5cf024.zip |
- Revert my previous commit. It is not needed. The problem is at the
infrastructure level.
Diffstat (limited to 'net')
-rw-r--r-- | net/trickle/Makefile | 2 |
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= * |