diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-03-07 07:21:06 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-03-07 07:21:06 +0800 |
commit | d3a75a47cda12dcffb6d0d552c5abde4832e2f5e (patch) | |
tree | bc31e3255342cd4f32145bcbb3850b514d9644ce /databases/vsqlite | |
parent | 81a3a10b407b2a8fd5d34bd0c02c9bc633f4d20e (diff) | |
download | freebsd-ports-gnome-d3a75a47cda12dcffb6d0d552c5abde4832e2f5e.tar.gz freebsd-ports-gnome-d3a75a47cda12dcffb6d0d552c5abde4832e2f5e.tar.zst freebsd-ports-gnome-d3a75a47cda12dcffb6d0d552c5abde4832e2f5e.zip |
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
Diffstat (limited to 'databases/vsqlite')
-rw-r--r-- | databases/vsqlite/Makefile | 3 | ||||
-rw-r--r-- | databases/vsqlite/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile index 9e392d622bc4..4dafe5f4b273 100644 --- a/databases/vsqlite/Makefile +++ b/databases/vsqlite/Makefile @@ -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 diff --git a/databases/vsqlite/pkg-plist b/databases/vsqlite/pkg-plist index cb55edb0f13f..30577b1d65ca 100644 --- a/databases/vsqlite/pkg-plist +++ b/databases/vsqlite/pkg-plist @@ -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 |