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/tdb/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/tdb/Makefile')
-rw-r--r-- | databases/tdb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index 4d44b0ceeda..1823572a6dc 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/25 10:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/03/13 11:08:50 jperkin Exp $ DISTNAME= tdb-1.2.12 CATEGORIES= databases @@ -25,5 +25,7 @@ PYTHON_FOR_BUILD_ONLY= yes REPLACE_PYTHON+= buildtools/bin/waf PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.12 +USE_GCC_RUNTIME= yes + .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |