summaryrefslogtreecommitdiff
path: root/lang/gcc49-libs/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-06-22 15:38:08 +0000
committerjperkin <jperkin>2015-06-22 15:38:08 +0000
commit16e18b5775709f252331fd4b24541fe0e4faeac0 (patch)
tree10e48b7e807a6f9f68d0aa04be71807908b0f548 /lang/gcc49-libs/Makefile
parentef435786b4eaa304728ad8e3c8b32e2f1997a6a9 (diff)
downloadpkgsrc-16e18b5775709f252331fd4b24541fe0e4faeac0.tar.gz
Disable CHECK_SHLIBS for the GCC library packages. The libraries will
find their parent GCC package libraries first in RPATH at install time but will correctly resolve to their own copies at runtime thanks to the additional paths encoded at build time. Fixes CHECK_WRKREF builds.
Diffstat (limited to 'lang/gcc49-libs/Makefile')
-rw-r--r--lang/gcc49-libs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gcc49-libs/Makefile b/lang/gcc49-libs/Makefile
index 9dcdcd009cd..665283f436f 100644
--- a/lang/gcc49-libs/Makefile
+++ b/lang/gcc49-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/11/28 11:47:01 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2015/06/22 15:38:08 jperkin Exp $
GCC_PKGNAME= gcc49
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -22,7 +22,8 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
USE_TOOLS+= pax
-NO_BUILD= yes
+NO_BUILD= yes
+CHECK_SHLIBS= no
## Depend on exactly ${GCC49_DIST_VERSION}.
BUILD_DEPENDS+= ${GCC_PKGNAME}-${GCC49_DIST_VERSION}{,nb[0-9]*}:../../lang/gcc49