Unbreak on 9.x and 8.x by using USES=compiler:c++0x.

Switch to USES=libtool, and change USE_AUTOTOOLS in libtoolize
so autogen.sh still works
This commit is contained in:
Koop Mast 2014-03-06 23:21:06 +00:00
parent 81a3a10b40
commit d3a75a47cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347332
2 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,8 @@ GH_PROJECT= vsqlite--
GH_TAGNAME= 3fa8d32 GH_TAGNAME= 3fa8d32
GH_COMMIT= 3fa8d32 GH_COMMIT= 3fa8d32
USE_AUTOTOOLS= libtool autoconf automake USE_AUTOTOOLS= libtoolize autoconf automake
USES= compiler:c++0x libtool
USE_SQLITE= 3 USE_SQLITE= 3
USE_LDCONFIG= yes USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -11,5 +11,6 @@ lib/libvsqlitepp.a
lib/libvsqlitepp.la lib/libvsqlitepp.la
lib/libvsqlitepp.so lib/libvsqlitepp.so
lib/libvsqlitepp.so.3 lib/libvsqlitepp.so.3
lib/libvsqlitepp.so.3.0.0
@dirrmtry include/sqlite/ext @dirrmtry include/sqlite/ext
@dirrmtry include/sqlite @dirrmtry include/sqlite