pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-stella/patches



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Feb 18 15:23:13 UTC 2021

Added Files:
        pkgsrc/emulators/libretro-stella/patches: patch-configure

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/emulators/libretro-stella/patches/patch-configure

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

Added files:

Index: pkgsrc/emulators/libretro-stella/patches/patch-configure
diff -u /dev/null pkgsrc/emulators/libretro-stella/patches/patch-configure:1.1
--- /dev/null   Thu Feb 18 15:23:13 2021
+++ pkgsrc/emulators/libretro-stella/patches/patch-configure    Thu Feb 18 15:23:13 2021
@@ -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