pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/clang Fix build under SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6be747860fcb
branches:  trunk
changeset: 629674:6be747860fcb
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jan 25 12:26:14 2014 +0000

description:
Fix build under SunOS

diffstat:

 lang/clang/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r bb94e5230b7d -r 6be747860fcb lang/clang/Makefile
--- a/lang/clang/Makefile       Sat Jan 25 11:11:31 2014 +0000
+++ b/lang/clang/Makefile       Sat Jan 25 12:26:14 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/01/19 14:06:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2014/01/25 12:26:14 ryoon Exp $
 
 DISTNAME=      clang-3.4
 CATEGORIES=    lang
@@ -67,7 +67,8 @@
 ARCHDIR:=      ${LIBGCCDIR:H}
 SUBST_SED.fix-paths=           -e 's,/usr/gcc/4.5/lib/gcc/,${ARCHDIR}/,g'
 .  endif
-SUBST_SED.fix-paths+=          -e '/^.*i386.*getVendorName.*$$/{N;d;}'
+SUBST_SED.fix-paths+=          -e '/^.*i386.*getVendorName.*$$/{d;}'
+SUBST_SED.fix-paths+=          -e '/^.*GCCLibPath +=$$/d'
 SUBST_SED.fix-paths+=          -e 's,/4.5.2/amd64/,amd64/,g'
 SUBST_SED.fix-paths+=          -e 's,"as","gas",g'
 .  if exists(/usr/bin/ld)



Home | Main Index | Thread Index | Old Index