pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/48740 CVS commit: pkgsrc/lang/gcc44
The following reply was made to PR pkg/48740; it has been noted by GNATS.
From: "Masatake Daimon" <pho%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/48740 CVS commit: pkgsrc/lang/gcc44
Date: Thu, 15 May 2014 22:53:46 +0000
Module Name: pkgsrc
Committed By: pho
Date: Thu May 15 22:53:46 UTC 2014
Modified Files:
pkgsrc/lang/gcc44: Makefile distinfo
pkgsrc/lang/gcc44/patches: patch-ac
Log Message:
PR pkg/48740 - Fix problems on Darwin
Makefile:
See ${WRKSRC}/libgcc/config/t-slibgcc-darwin: It uses strip(1) to
create a stub library, not just to remove symbols, so we must not
let strip(1) be a no-op regardless of ${INSTALL_UNSTRIPPED} or the
build fails for missing files.
patches/patch-ac:
Remove the whitespace between $(LINKER_RPATH_FLAG) and the path.
Otherwise the flag may be misinterpreted by linker (e.g. Apple's ld)
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/gcc44/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/gcc44/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc44/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index