mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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:
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
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue