Date: Sat, 23 Sep 2017 19:19:54 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450466 - head/devel/gearmand Message-ID: <201709231919.v8NJJsbS003698@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709231919.v8NJJsbS003698>