pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/libretro-nxengine



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep  7 21:18:50 UTC 2019

Modified Files:
        pkgsrc/games/libretro-nxengine: Makefile

Log Message:
libretro-nxengine: Fix --version-script removal


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/libretro-nxengine/Makefile

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

Modified files:

Index: pkgsrc/games/libretro-nxengine/Makefile
diff -u pkgsrc/games/libretro-nxengine/Makefile:1.2 pkgsrc/games/libretro-nxengine/Makefile:1.3
--- pkgsrc/games/libretro-nxengine/Makefile:1.2 Mon Jul  1 08:22:49 2019
+++ pkgsrc/games/libretro-nxengine/Makefile     Sat Sep  7 21:18:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/07/01 08:22:49 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/07 21:18:50 nia Exp $
 
 DISTNAME=      libretro-nxengine-20181126
 CATEGORIES=    games
@@ -21,7 +21,7 @@ USE_LANGUAGES=        c c++
 CFLAGS+=       -DMSB_FIRST
 .endif
 
-BUILDLINK_TRANSFORM.SunOS+=    rm:--version-script=nxengine/libretro/link.T
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=nxengine/libretro/link.T
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-no-undefined
 
 INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro



Home | Main Index | Thread Index | Old Index