Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 03:16:35 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363287 - head/net/netatalk3
Message-ID:  <201407290316.s6T3GZJO094074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Tue Jul 29 03:16:34 2014
New Revision: 363287
URL: http://svnweb.freebsd.org/changeset/ports/363287
QAT: https://qat.redports.org/buildarchive/r363287/

Log:
  Properly point to the install libevent library to fix the build in some cases.
  
  Submitted by:	Eli Janssen <elij@wundrd.net>

Modified:
  head/net/netatalk3/Makefile

Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile	Tue Jul 29 02:18:44 2014	(r363286)
+++ head/net/netatalk3/Makefile	Tue Jul 29 03:16:34 2014	(r363287)
@@ -30,7 +30,8 @@ CONFIGURE_ARGS+=	--with-pkgconfdir=${PRE
 			${ICONV_CONFIGURE_BASE} \
 			--localstatedir=/var \
 			--disable-bundled-libevent \
-			--with-libevent-header=${LOCALBASE}/include
+			--with-libevent-header=${LOCALBASE}/include \
+			--with-libevent-lib=${LOCALBASE}/lib
 
 OPTIONS_DEFINE=PAM KRB5 LDAP SENDFILE KERBEROS DBUS MYSQL ACL TCPWRAP
 OPTIONS_DEFAULT=KERBEROS DBUS TCPWRAP



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