svn commit: r336715 - head/databases/dbconnect

Sergey Matveychuk sem at FreeBSD.org
Tue Dec 17 11:07:26 UTC 2013


Author: sem
Date: Tue Dec 17 11:07:25 2013
New Revision: 336715
URL: http://svnweb.freebsd.org/changeset/ports/336715

Log:
  - Fix build on 10.x

Modified:
  head/databases/dbconnect/Makefile

Modified: head/databases/dbconnect/Makefile
==============================================================================
--- head/databases/dbconnect/Makefile	Tue Dec 17 11:05:11 2013	(r336714)
+++ head/databases/dbconnect/Makefile	Tue Dec 17 11:07:25 2013	(r336715)
@@ -48,6 +48,7 @@ PLIST_SUB+=	PGSQL="@comment "
 
 post-patch:
 	@${RM} -f ${WRKSRC}/include/dbconn/README
+	@${REINPLACE_CMD} 's/gcc/${CC}/' ${WRKSRC}/src/dbconnect/Makefile.in
 	@${REINPLACE_CMD} 's/gcc/${CC}/' ${WRKSRC}/src/driver_*/Makefile.in
 
 do-install:


More information about the svn-ports-head mailing list