svn commit: r315708 - head/net/pktanon

Wesley Shields wxs at FreeBSD.org
Wed Apr 3 12:39:43 UTC 2013


Author: wxs
Date: Wed Apr  3 12:39:42 2013
New Revision: 315708
URL: http://svnweb.freebsd.org/changeset/ports/315708

Log:
  Fix build.
  
  Approved by:	portmgr@ (miwi)

Modified:
  head/net/pktanon/Makefile

Modified: head/net/pktanon/Makefile
==============================================================================
--- head/net/pktanon/Makefile	Wed Apr  3 12:02:59 2013	(r315707)
+++ head/net/pktanon/Makefile	Wed Apr  3 12:39:42 2013	(r315708)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	boost_regex:${PORTSDIR}/dev
 
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -lboost_system
 MAKE_JOBS_SAFE=	yes
 
 post-install:


More information about the svn-ports-head mailing list