pkgsrc-WIP-changes archive

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

libretro-fuse: fix unportable test(1) operator.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jul 16 16:25:47 2017 +0200
Changeset:	0bd3ad02fc87d4c54cf8361c8fc5d60e563399b6

Modified Files:
	libretro-fuse/distinfo
Added Files:
	libretro-fuse/patches/patch-fuse_configure

Log Message:
libretro-fuse: fix unportable test(1) operator.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0bd3ad02fc87d4c54cf8361c8fc5d60e563399b6

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

diffstat:
 libretro-fuse/distinfo                     |  1 +
 libretro-fuse/patches/patch-fuse_configure | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diffs:
diff --git a/libretro-fuse/distinfo b/libretro-fuse/distinfo
index e98730837b..9fd88f79f3 100644
--- a/libretro-fuse/distinfo
+++ b/libretro-fuse/distinfo
@@ -4,3 +4,4 @@ SHA1 (libretro-fuse-20170123-f834c9b9d0b69d48e8e25b234c86a8227af0c862.tar.gz) =
 RMD160 (libretro-fuse-20170123-f834c9b9d0b69d48e8e25b234c86a8227af0c862.tar.gz) = d3c1b8dedb390be2559483752c1a5098231d1fca
 SHA512 (libretro-fuse-20170123-f834c9b9d0b69d48e8e25b234c86a8227af0c862.tar.gz) = e42b58f198d40192959602a7dbcff99fdc648bc60f8d00a110076977540848c9e4c092ce90e414581228acf3d4f526e95fe4a5ba08dd862907fef32036ee579c
 Size (libretro-fuse-20170123-f834c9b9d0b69d48e8e25b234c86a8227af0c862.tar.gz) = 4317007 bytes
+SHA1 (patch-fuse_configure) = dd010a208542746ddba2365e5fb3c26dd4be5c99
diff --git a/libretro-fuse/patches/patch-fuse_configure b/libretro-fuse/patches/patch-fuse_configure
new file mode 100644
index 0000000000..88ec0e297e
--- /dev/null
+++ b/libretro-fuse/patches/patch-fuse_configure
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Fix unportable test(1) operator.
+
+--- fuse/configure.orig	2017-01-23 18:21:17.000000000 +0000
++++ fuse/configure
+@@ -17868,7 +17868,7 @@ if test "$desktopdir" = yes; then
+ else
+   DESKTOP_DATADIR="$datadir"
+ fi
+- if test "$desktopdir" == yes; then
++ if test "$desktopdir" = yes; then
+   DESKTOP_DATADIR_TRUE=
+   DESKTOP_DATADIR_FALSE='#'
+ else


Home | Main Index | Thread Index | Old Index