diff options
| author | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
|---|---|---|
| committer | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
| commit | 8429be58d4dd33dfc5e94ee69bbfba5a484851cb (patch) | |
| tree | 1c699ba1dd234c6ee43e2b178e217734fa130ad6 /databases/ruby-sqlite3/Makefile | |
| parent | 070d23eb3b8f4306f27bb48f0221010015ef7669 (diff) | |
| download | pkgsrc-8429be58d4dd33dfc5e94ee69bbfba5a484851cb.tar.gz | |
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'databases/ruby-sqlite3/Makefile')
| -rw-r--r-- | databases/ruby-sqlite3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/ruby-sqlite3/Makefile b/databases/ruby-sqlite3/Makefile index f8c799b1ac8..2f4766cb889 100644 --- a/databases/ruby-sqlite3/Makefile +++ b/databases/ruby-sqlite3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/10/19 09:07:02 adam Exp $ +# $NetBSD: Makefile,v 1.25 2014/03/13 11:08:50 jperkin Exp $ DISTNAME= sqlite3-1.3.7 PKGREVISION= 3 @@ -9,6 +9,8 @@ HOMEPAGE= http://github.com/luislavena/sqlite3-ruby COMMENT= Ruby interface for the SQLite database engine LICENSE= modified-bsd +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../databases/sqlite3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |
