svn commit: r345663 - head/dns/fastresolve

Antoine Brodin antoine at FreeBSD.org
Sat Feb 22 16:22:34 UTC 2014


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}


More information about the svn-ports-all mailing list