pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-stella/patches (emulators/libretro-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6048ebaf1abf
branches:  trunk
changeset: 447256:6048ebaf1abf
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Feb 18 15:23:13 2021 +0000

description:
(emulators/libretro-stella) Fix ERROR: [check-portability.awk]

diffstat:

 emulators/libretro-stella/patches/patch-configure |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 08aff18b89d3 -r 6048ebaf1abf emulators/libretro-stella/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-stella/patches/patch-configure Thu Feb 18 15:23:13 2021 +0000
@@ -0,0 +1,15 @@
+$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
+                       ;;



Home | Main Index | Thread Index | Old Index