1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix build when only sqlite2 support is enabled by removing an

unwanted change which slipped in.
This commit is contained in:
Guido Falsi 2014-07-22 17:59:28 +00:00
parent 1fa94acb37
commit 93d4bedf25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362564

View File

@ -33,6 +33,6 @@ SQLITE3_CONFIGURE_ON= --with-sqlite3=${LOCALBASE}
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>