svn commit: r359253 - head/net-mgmt/net-snmp

Ryan Steinmetz zi at FreeBSD.org
Wed Jun 25 15:25:41 UTC 2014


Author: zi
Date: Wed Jun 25 15:25:40 2014
New Revision: 359253
URL: http://svnweb.freebsd.org/changeset/ports/359253
QAT: https://qat.redports.org/buildarchive/r359253/

Log:
  - Another attempt at unbreaking

Modified:
  head/net-mgmt/net-snmp/Makefile

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Wed Jun 25 15:15:41 2014	(r359252)
+++ head/net-mgmt/net-snmp/Makefile	Wed Jun 25 15:25:40 2014	(r359253)
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--enable-shared --enable
 		--with-logfile="${NET_SNMP_LOGFILE}" \
 		--with-persistent-directory="${NET_SNMP_PERSISTENTDIR}" \
 		--with-gnu-ld --with-libwrap \
-		--with-ldflags="-lm -lkvm -ldevstat -lpkg"
+		--with-ldflags="-lm -lkvm -ldevstat -lpkg -L${LOCALBASE}/lib"
 SUB_FILES=	pkg-message
 
 .if defined(BATCH)


More information about the svn-ports-head mailing list