diff options
author | jperkin <jperkin> | 2014-05-21 16:07:59 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-05-21 16:07:59 +0000 |
commit | efdd28ccf4ba0d3368718b4532d88f89a3a4ef52 (patch) | |
tree | 2a286ae3c5cfa3634707c9bd4d57fbdd965ef79d /lang/ghc7/PLIST | |
parent | 8afc7ddbbe728c15414a040d9ccf2ce4d92479ba (diff) | |
download | pkgsrc-efdd28ccf4ba0d3368718b4532d88f89a3a4ef52.tar.gz |
Apply a number of fixes:
* Install the libffi libtool archive. Whilst it is unused, it allows
us to automatically determine the shared library suffix.
* Switch the i386 SunOS bootstrap to .xz.
* Use PKG_CC to build lndir to help environments where the compiler is
not in $PATH.
* Apply patch from Alain O'Dea to fix issues with files residing on
read-only file systems.
* Support shared libraries on 64-bit SunOS.
* Fix typo in patches/patch-rts_Linker.c.
Fixes build on SunOS. Bump PKGREVISION.
Diffstat (limited to 'lang/ghc7/PLIST')
-rw-r--r-- | lang/ghc7/PLIST | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/ghc7/PLIST b/lang/ghc7/PLIST index 58dc68a5add..a23a71ab66a 100644 --- a/lang/ghc7/PLIST +++ b/lang/ghc7/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2013/12/12 12:47:17 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/05/21 16:07:59 jperkin Exp $ bin/ghc bin/${PKGNAME} bin/ghc-pkg @@ -2689,9 +2689,7 @@ lib/${PKGNAME}/libHSrts_thr_debug-ghc${PKGVERSION}.so lib/${PKGNAME}/libHSrts_thr_debug.a lib/${PKGNAME}/libHSrts_thr_l.a lib/${PKGNAME}/libHSrts_thr_p.a -lib/${PKGNAME}/libffi.so -lib/${PKGNAME}/libffi.so.6 -lib/${PKGNAME}/libffi.so.6.0 +lib/${PKGNAME}/libffi.la lib/${PKGNAME}/old-locale-1.0.0.5/HSold-locale-1.0.0.5.o lib/${PKGNAME}/old-locale-1.0.0.5/System/Locale.dyn_hi lib/${PKGNAME}/old-locale-1.0.0.5/System/Locale.hi |