pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/aranym/patches aranym: Add missing patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3aba6fb74c26
branches:  trunk
changeset: 341359:3aba6fb74c26
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Oct 01 14:55:22 2019 +0000

description:
aranym: Add missing patch

diffstat:

 emulators/aranym/patches/patch-configure |  24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diffs (28 lines):

diff -r e7ff9bbcca64 -r 3aba6fb74c26 emulators/aranym/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/aranym/patches/patch-configure  Tue Oct 01 14:55:22 2019 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-configure,v 1.1 2019/10/01 14:55:22 nia Exp $
+
+Shell portability.
+
+--- configure.orig     2019-04-14 14:11:32.000000000 +0000
++++ configure
+@@ -13005,7 +13005,7 @@ SDL_CFLAGS=
+ SDL_LIBS=
+ no_sdl=yes
+ no_sdl2=yes
+-if test "$OS_TYPE" == darwin -a "$WITH_FINK" = no; then
++if test "$OS_TYPE" = darwin -a "$WITH_FINK" = no; then
+ 
+     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports framework SDL" >&5
+ $as_echo_n "checking whether compiler supports framework SDL... " >&6; }
+@@ -13971,7 +13971,7 @@ fi
+ 
+ #
+ # SDL2 on macOS needs 10.6 or above
+-if test "$enable_sdl2" = yes -a "$OS_TYPE" == darwin; then
++if test "$enable_sdl2" = yes -a "$OS_TYPE" = darwin; then
+       export MACOSX_DEPLOYMENT_TARGET=10.6
+ fi
+ 



Home | Main Index | Thread Index | Old Index