Date: Tue, 22 Jul 2014 17:59:29 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362564 - head/databases/sqliteodbc Message-ID: <201407221759.s6MHxTIT014093@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407221759.s6MHxTIT014093>