aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-09-25 16:11:18 +0800
committerantoine <antoine@FreeBSD.org>2017-09-25 16:11:18 +0800
commit4b3acd33d668e773fb152d59d2248ec02d56b3bb (patch)
treef42e921f7edaa2c19f6ed9f647aac7d008625847
parenta4327164a56315f348dcea31dc6c5cd878d47d3f (diff)
downloadfreebsd-ports-gnome-4b3acd33d668e773fb152d59d2248ec02d56b3bb.tar.gz
freebsd-ports-gnome-4b3acd33d668e773fb152d59d2248ec02d56b3bb.tar.zst
freebsd-ports-gnome-4b3acd33d668e773fb152d59d2248ec02d56b3bb.zip
Revert r450353 and unbreak
Reported by: pkg-fallout With hat: portmgr
-rw-r--r--devel/gearmand-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gearmand-devel/Makefile b/devel/gearmand-devel/Makefile
index 074ca3796aa6..534a1bfb5e3e 100644
--- a/devel/gearmand-devel/Makefile
+++ b/devel/gearmand-devel/Makefile
@@ -32,7 +32,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