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/postgresql-postgis | |
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/postgresql-postgis')
-rw-r--r-- | databases/postgresql-postgis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-postgis/Makefile b/databases/postgresql-postgis/Makefile index ef2e7768fd2..dc876186944 100644 --- a/databases/postgresql-postgis/Makefile +++ b/databases/postgresql-postgis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/02/24 16:17:50 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2014/03/13 11:08:49 jperkin Exp $ DISTNAME= postgis-1.5.3 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} @@ -21,6 +21,7 @@ MAKE_JOBS_SAFE= no PGSQL_VERSIONS_ACCEPTED= 91 90 84 +USE_GCC_RUNTIME= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake lex pax perl |