pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-mupen64plus libretro-mupen64plus: F...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0bde8ab9ecf5
branches:  trunk
changeset: 369344:0bde8ab9ecf5
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 28 16:03:25 2017 +0000

description:
libretro-mupen64plus: Fix DOS line endings.

diffstat:

 emulators/libretro-mupen64plus/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r b46986517bca -r 0bde8ab9ecf5 emulators/libretro-mupen64plus/Makefile
--- a/emulators/libretro-mupen64plus/Makefile   Thu Sep 28 15:49:08 2017 +0000
+++ b/emulators/libretro-mupen64plus/Makefile   Thu Sep 28 16:03:25 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/02/25 12:50:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/28 16:03:25 jperkin Exp $
 
 DISTNAME=      mupen64plus-libretro-20150204
 PKGNAME=       libretro-mupen64plus-20150204
@@ -22,6 +22,11 @@
 SUBST_FILES.vc=                Makefile
 SUBST_SED.vc+=         -e 's;/opt/vc;${PREFIX};g'
 
+SUBST_CLASSES+=                d2u
+SUBST_STAGE.d2u=       post-extract
+SUBST_FILES.d2u=       mupen64plus-video-angrylion/n64video.c
+SUBST_FILTER_CMD.d2u=  ${TR} -d '\r'
+
 INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
 
 CFLAGS.NetBSD+=        -DHAVE_POSIX_MEMALIGN=1



Home | Main Index | Thread Index | Old Index