svn commit: r362564 - head/databases/sqliteodbc

Guido Falsi madpilot at FreeBSD.org
Tue Jul 22 17:59:29 UTC 2014


Author: madpilot
Date: Tue Jul 22 17:59:28 2014
New Revision: 362564
URL: http://svnweb.freebsd.org/changeset/ports/362564
QAT: https://qat.redports.org/buildarchive/r362564/

Log:
  Fix build when only sqlite2 support is enabled by removing an
  unwanted change which slipped in.

Modified:
  head/databases/sqliteodbc/Makefile

Modified: head/databases/sqliteodbc/Makefile
==============================================================================
--- head/databases/sqliteodbc/Makefile	Tue Jul 22 17:55:39 2014	(r362563)
+++ head/databases/sqliteodbc/Makefile	Tue Jul 22 17:59:28 2014	(r362564)
@@ -33,6 +33,6 @@ SQLITE3_CONFIGURE_ON=	--with-sqlite3=${L
 SQLITE3_CONFIGURE_OFF=	--with-sqlite3=/tmp
 
 post-build:
-	@${STRIP_CMD} ${WRKSRC}/.libs/libsqlite3*${PORTVERSION}.so
+	@${STRIP_CMD} ${WRKSRC}/.libs/libsqlite*${PORTVERSION}.so
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list