pkgsrc/lang/gcc47
pho 33d6ce140f Fix issues 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-libgcc_config_t-slibgcc-darwin:
  If we don't install libgcc_s.10.[45].dylib, our gcc links binaries
  with *both* /usr/lib/libgcc_s.1.dylib and
  ${GCC_PREFIX}/lib/libgcc_s.1.dylib, which is certainly a bad thing.

patches/patch-libjava_Makefile.in:
  Tell libtool the fact that libjvm.so is a module to be opened with
  dlopen(3). This is actually needed on Mach-O systems like Darwin.
2014-05-20 01:59:05 +00:00
..
files
patches Fix issues on Darwin 2014-05-20 01:59:05 +00:00
buildlink3.mk Revert previous, jperkin says it's wrong. 2013-01-31 23:34:21 +00:00
DESCR
distinfo Fix issues on Darwin 2014-05-20 01:59:05 +00:00
Makefile Fix issues on Darwin 2014-05-20 01:59:05 +00:00
options.mk Enable Go support on SunOS. 2013-04-02 09:57:51 +00:00
PLIST.java Fix PLIST on !Linux 2012-05-05 22:15:06 +00:00
version.mk Changes 4.7.3: 2013-04-24 14:31:50 +00:00