pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-stella



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 26 11:35:46 UTC 2020

Modified Files:
        pkgsrc/emulators/libretro-stella: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/libretro-stella/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/libretro-stella/Makefile
diff -u pkgsrc/emulators/libretro-stella/Makefile:1.5 pkgsrc/emulators/libretro-stella/Makefile:1.6
--- pkgsrc/emulators/libretro-stella/Makefile:1.5       Tue May 26 09:45:16 2020
+++ pkgsrc/emulators/libretro-stella/Makefile   Tue May 26 11:35:46 2020
@@ -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 @@ MAKE_FLAGS+=  LTO=
 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