svn commit: r363287 - head/net/netatalk3
Joe Marcus Clarke
marcus at FreeBSD.org
Tue Jul 29 03:16:35 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list