pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/xorg Add substitutions for @_COMPILER_LD_FLA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9e3f6a161d4
branches:  trunk
changeset: 479444:b9e3f6a161d4
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Aug 14 17:13:27 2004 +0000

description:
Add substitutions for @_COMPILER_LD_FLAG@ and @RPATH_FLAG@ missed
in my previous commit.
Noted by FUKAUMI Naoki on tech-pkg@.

diffstat:

 meta-pkgs/xorg/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 992c685a103b -r b9e3f6a161d4 meta-pkgs/xorg/Makefile.common
--- a/meta-pkgs/xorg/Makefile.common    Sat Aug 14 15:56:35 2004 +0000
+++ b/meta-pkgs/xorg/Makefile.common    Sat Aug 14 17:13:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/07/30 08:24:20 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/08/14 17:13:27 recht Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will 
 #   be built in.
@@ -163,6 +163,8 @@
                -e "s|@LOCALBASE@|${LOCALBASE}|g" \
                -e "s|@LDFLAGS@|${GLOBAL_LDFLAGS}|g" \
                -e "s|@WRKSRC@|${WRKSRC}|g" \
+               -e "s|@_COMPILER_LD_FLAG@|${_COMPILER_LD_FLAG}|g" \
+               -e "s|@RPATH_FLAG@|${RPATH_FLAG}|g" \
                ${FILESDIR}/host.def > ${WRKSRC}/config/cf/host.def
        @${LN} -sf ${X11ROOT}/bin/gccmakedep ${WRKSRC}/config/util
        @${LN} -sf ${X11ROOT}/bin/revpath ${WRKSRC}/config/util



Home | Main Index | Thread Index | Old Index