Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 17:35:39 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354659 - head/databases/twemproxy
Message-ID:  <201405201735.s4KHZd1I093847@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Tue May 20 17:35:39 2014
New Revision: 354659
URL: http://svnweb.freebsd.org/changeset/ports/354659
QAT: https://qat.redports.org/buildarchive/r354659/

Log:
  Depend on devel/libexecinfo

Modified:
  head/databases/twemproxy/Makefile

Modified: head/databases/twemproxy/Makefile
==============================================================================
--- head/databases/twemproxy/Makefile	Tue May 20 16:59:59 2014	(r354658)
+++ head/databases/twemproxy/Makefile	Tue May 20 17:35:39 2014	(r354659)
@@ -12,10 +12,16 @@ COMMENT=	Fast, light-weight proxy for me
 
 LICENSE=	APACHE20
 
+LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib -lexecinfo
+
 PLIST_FILES=	sbin/nutcracker \
 		man/man8/nutcracker.8.gz \
 		etc/nutcracker.yml.sample
 
+USE_GCC=	yes
 HAS_CONFIGURE=	yes
 
 do-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405201735.s4KHZd1I093847>