Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-stella libretro-stella: Remove sun ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ffe3134a1fb
branches:  trunk
changeset: 432866:0ffe3134a1fb
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 26 11:35:46 2020 +0000

description:
libretro-stella: Remove sun ld hacks, appear to be no longer needed

diffstat:

 emulators/libretro-stella/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 32ad644ce41b -r 0ffe3134a1fb emulators/libretro-stella/Makefile
--- a/emulators/libretro-stella/Makefile        Tue May 26 11:30:50 2020 +0000
+++ b/emulators/libretro-stella/Makefile        Tue May 26 11:35:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/05/26 09:45:16 nia Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/26 11:35:46 nia Exp $
 
 .include "../../emulators/stella/Makefile.common"
 
@@ -24,9 +24,6 @@
 BUILDLINK_TRANSFORM+=  rm:-static-libgcc
 BUILDLINK_TRANSFORM+=  rm:-static-libstdc++
 
-BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--no-undefined
-BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=link.T
-
 INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
 
 do-install:



Home | Main Index | Thread Index | Old Index