pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/stella libretro-stella: share patches with s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b05272a22920
branches: trunk
changeset: 447280:b05272a22920
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Feb 18 19:40:24 2021 +0000
description:
libretro-stella: share patches with stella
diffstat:
emulators/libretro-stella/patches/patch-configure | 15 ---------------
emulators/stella/Makefile.common | 4 ++--
2 files changed, 2 insertions(+), 17 deletions(-)
diffs (37 lines):
diff -r f5c1f2a1e8fc -r b05272a22920 emulators/libretro-stella/patches/patch-configure
--- a/emulators/libretro-stella/patches/patch-configure Thu Feb 18 19:38:52 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2021/02/18 15:23:13 mef Exp $
-
-ERROR: [check-portability.awk] configure:807: if test "$have_clang" == yes; then
-
---- configure.orig 2021-01-24 22:41:01.000000000 +0900
-+++ configure 2021-02-19 00:20:20.216352533 +0900
-@@ -804,7 +804,7 @@ case $_host_os in
- DEFINES="$DEFINES -DBSPF_UNIX -DMACOS_KEYS"
- MODULES="$MODULES $SRC/unix"
- INCLUDES="$INCLUDES -I$SRC/unix"
-- if test "$have_clang" == yes; then
-+ if test "$have_clang" = yes; then
- CXXFLAGS="$CXXFLAGS -Wno-poison-system-directories"
- fi
- ;;
diff -r f5c1f2a1e8fc -r b05272a22920 emulators/stella/Makefile.common
--- a/emulators/stella/Makefile.common Thu Feb 18 19:38:52 2021 +0000
+++ b/emulators/stella/Makefile.common Thu Feb 18 19:40:24 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2021/02/10 11:55:22 nia Exp $
+# $NetBSD: Makefile.common,v 1.9 2021/02/18 19:40:24 wiz Exp $
# used by emulators/stella/Makefile
# used by emulators/libretro-stella/Makefile
@@ -11,7 +11,7 @@
LICENSE= gnu-gpl-v2
DISTINFO_FILE= ${.CURDIR}/../../emulators/stella/distinfo
-#PATCHDIR= ${.CURDIR}/../../emulators/stella/patches
+PATCHDIR= ${.CURDIR}/../../emulators/stella/patches
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//1}
Home |
Main Index |
Thread Index |
Old Index