Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 16:22:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345663 - head/dns/fastresolve
Message-ID:  <201402221622.s1MGMXxO036370@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 22 16:22:33 2014
New Revision: 345663
URL: http://svnweb.freebsd.org/changeset/ports/345663
QAT: https://qat.redports.org/buildarchive/r345663/

Log:
  Unbreak link
  
  Reported by:	pkg-fallout

Modified:
  head/dns/fastresolve/Makefile

Modified: head/dns/fastresolve/Makefile
==============================================================================
--- head/dns/fastresolve/Makefile	Sat Feb 22 16:19:50 2014	(r345662)
+++ head/dns/fastresolve/Makefile	Sat Feb 22 16:22:33 2014	(r345663)
@@ -27,7 +27,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib -L${BDB_LIB
 CXXFLAGS+=	-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}
 
 post-patch:
-	@${REINPLACE_CMD} -e 's/-ldb"/-ldb -l${BDB_LIB_CXX_NAME}"/g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's/-ldb"/-l${BDB_LIB_CXX_NAME}"/g' ${WRKSRC}/configure
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}



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