svn commit: r329168 - head/databases/dbconnect
Sergey Matveychuk
sem at FreeBSD.org
Thu Oct 3 12:02:49 UTC 2013
Author: sem
Date: Thu Oct 3 12:02:49 2013
New Revision: 329168
URL: http://svnweb.freebsd.org/changeset/ports/329168
Log:
- Fix build on CURRENT
Obtained from: pkg-fallout@
Modified:
head/databases/dbconnect/Makefile
Modified: head/databases/dbconnect/Makefile
==============================================================================
--- head/databases/dbconnect/Makefile Thu Oct 3 11:02:37 2013 (r329167)
+++ head/databases/dbconnect/Makefile Thu Oct 3 12:02:49 2013 (r329168)
@@ -48,6 +48,7 @@ PLIST_SUB+= PGSQL="@comment "
post-patch:
@${RM} -f ${WRKSRC}/include/dbconn/README
+ @${REINPLACE_CMD} 's/gcc/${CC}/' ${WRKSRC}/src/driver_*/Makefile.in
do-install:
@cd ${WRKSRC}; \
More information about the svn-ports-all
mailing list