svn commit: r450466 - head/devel/gearmand

Antoine Brodin antoine at FreeBSD.org
Sat Sep 23 19:19:55 UTC 2017


Author: antoine
Date: Sat Sep 23 19:19:54 2017
New Revision: 450466
URL: https://svnweb.freebsd.org/changeset/ports/450466

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

Modified:
  head/devel/gearmand/Makefile

Modified: head/devel/gearmand/Makefile
==============================================================================
--- head/devel/gearmand/Makefile	Sat Sep 23 18:47:32 2017	(r450465)
+++ head/devel/gearmand/Makefile	Sat Sep 23 19:19:54 2017	(r450466)
@@ -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


More information about the svn-ports-all mailing list