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:
@@ -19,7 +19,8 @@ GH_PROJECT= vsqlite--
|
||||
GH_TAGNAME= 3fa8d32
|
||||
GH_COMMIT= 3fa8d32
|
||||
|
||||
USE_AUTOTOOLS= libtool autoconf automake
|
||||
USE_AUTOTOOLS= libtoolize autoconf automake
|
||||
USES= compiler:c++0x libtool
|
||||
USE_SQLITE= 3
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
@@ -11,5 +11,6 @@ lib/libvsqlitepp.a
|
||||
lib/libvsqlitepp.la
|
||||
lib/libvsqlitepp.so
|
||||
lib/libvsqlitepp.so.3
|
||||
lib/libvsqlitepp.so.3.0.0
|
||||
@dirrmtry include/sqlite/ext
|
||||
@dirrmtry include/sqlite
|
||||
|
||||
Reference in New Issue
Block a user