pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-bsnes-mercury



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct  3 09:33:41 UTC 2018

Modified Files:
        pkgsrc/emulators/libretro-bsnes-mercury: Makefile.common

Log Message:
libretro-bsnes-mercury: Fix buildlink transform.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/emulators/libretro-bsnes-mercury/Makefile.common

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-bsnes-mercury/Makefile.common
diff -u pkgsrc/emulators/libretro-bsnes-mercury/Makefile.common:1.2 pkgsrc/emulators/libretro-bsnes-mercury/Makefile.common:1.3
--- pkgsrc/emulators/libretro-bsnes-mercury/Makefile.common:1.2 Tue Oct  2 21:09:29 2018
+++ pkgsrc/emulators/libretro-bsnes-mercury/Makefile.common     Wed Oct  3 09:33:41 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2018/10/02 21:09:29 nia Exp $
+# $NetBSD: Makefile.common,v 1.3 2018/10/03 09:33:41 nia Exp $
 #
 # used by emulators/libretro-bsnes-mercury/Makefile
 # used by emulators/libretro-bsnes-mercury-accuracy/Makefile
@@ -23,8 +23,8 @@ MAKE_FLAGS+=  profile=${BSNES_PROFILE}
 MAKE_FLAGS+=   compiler=${CXX:Q}
 MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
 
-BUILDLINK_TRANSFORM.SunOS+=    -Wl,--no-undefined
-BUILDLINK_TRANSFORM.SunOS+=    -Wl,--version-script=target-libretro/link.T
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--no-undefined
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=target-libretro/link.T
 
 INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
 



Home | Main Index | Thread Index | Old Index