pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc3 Allow GCC_PREFIX to the in the rpath for bin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1b29ccd6577
branches:  trunk
changeset: 473819:b1b29ccd6577
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Apr 24 22:10:14 2004 +0000

description:
Allow GCC_PREFIX to the in the rpath for binaries and libraries built as
part of the gcc3-* sub-packages.

diffstat:

 lang/gcc3/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 83902286a57a -r b1b29ccd6577 lang/gcc3/Makefile.common
--- a/lang/gcc3/Makefile.common Sat Apr 24 22:09:22 2004 +0000
+++ b/lang/gcc3/Makefile.common Sat Apr 24 22:10:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/04/10 16:05:05 seb Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/04/24 22:10:14 jlam Exp $
 
 GCC_VERSION=   3.3.3
 DISTNAME=      gcc-${GCC_VERSION}
@@ -37,6 +37,8 @@
 FILES_SUBST+=          PKGNAME=${PKGNAME}
 MESSAGE_SUBST+=                GCC_PREFIX=${GCC_PREFIX}
 
+BUILDLINK_PASSTHRU_RPATHDIRS+= ${GCC_PREFIX}
+
 .if defined(INFO_FILES)
 INFO_DIR=      ${GCC_SUBPREFIX}/info
 .endif



Home | Main Index | Thread Index | Old Index