summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-09-23 19:19:54 +0000
committerantoine <antoine@FreeBSD.org>2017-09-23 19:19:54 +0000
commit9b6f8b16b7b68ec7cad617813791b6af65fcad6d (patch)
treedd67e3f606b6dad391fecb81ce3b08c7625d9afc
parent805de037d01821d75a42e78d54a7f72a0623eef2 (diff)
downloadFreeBSD-ports-9b6f8b16b7b68ec7cad617813791b6af65fcad6d.zip
FreeBSD-ports-9b6f8b16b7b68ec7cad617813791b6af65fcad6d.tar.gz
Revert r450353 and unbreak
Reported by: pkg-fallout With hat: portmgr
-rw-r--r--devel/gearmand/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile
index 589189c..0154c28 100644
--- a/devel/gearmand/Makefile
+++ b/devel/gearmand/Makefile
@@ -31,7 +31,8 @@ SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS}
CONFIGURE_ARGS+=--with-lib-prefix=${LOCALBASE} --with-boost=${LOCALBASE} \
--localstatedir=/var/db/${PORTNAME} --enable-static
-LDFLAGS+= -lexecinfo
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo
OPTIONS_DEFINE= DRIZZLE MEMCACHED PGSQL SQLITE MYSQL HIREDIS TOKYOCAB
OPTIONS_DEFAULT=SQLITE
OpenPOWER on IntegriCloud