svn commit: r450574 - head/devel/gearmand-devel

Antoine Brodin antoine at FreeBSD.org
Mon Sep 25 08:11:20 UTC 2017


Author: antoine
Date: Mon Sep 25 08:11:18 2017
New Revision: 450574
URL: https://svnweb.freebsd.org/changeset/ports/450574

Log:
  Revert r450353 and unbreak
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/devel/gearmand-devel/Makefile

Modified: head/devel/gearmand-devel/Makefile
==============================================================================
--- head/devel/gearmand-devel/Makefile	Mon Sep 25 06:34:58 2017	(r450573)
+++ head/devel/gearmand-devel/Makefile	Mon Sep 25 08:11:18 2017	(r450574)
@@ -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


More information about the svn-ports-head mailing list