Subject: CVS commit: pkgsrc/lang/gcc44
From: Masatake Daimon
Date: 2014-05-16 00:53:46
Message id: 20140515225346.9C52096@cvs.netbsd.org

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)

Files:
RevisionActionfile
1.40modifypkgsrc/lang/gcc44/Makefile
1.19modifypkgsrc/lang/gcc44/distinfo
1.3modifypkgsrc/lang/gcc44/patches/patch-ac