Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2021 02:22:45 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565283 - head/audio/deadbeef/files
Message-ID:  <202102150222.11F2MjXp054487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Feb 15 02:22:44 2021
New Revision: 565283
URL: https://svnweb.freebsd.org/changeset/ports/565283

Log:
  audio/deadbeef: fix build on powerpc64le
  
  Same issue as in audio/libgme.

Added:
  head/audio/deadbeef/files/patch-plugins_gme_game-music-emu-0.6pre_gme_blargg__endian.h
     - copied, changed from r565256, head/audio/libgme/files/patch-gme_blargg__endian.h

Copied and modified: head/audio/deadbeef/files/patch-plugins_gme_game-music-emu-0.6pre_gme_blargg__endian.h (from r565256, head/audio/libgme/files/patch-gme_blargg__endian.h)
==============================================================================
--- head/audio/libgme/files/patch-gme_blargg__endian.h	Sun Feb 14 17:47:02 2021	(r565256, copy source)
+++ head/audio/deadbeef/files/patch-plugins_gme_game-music-emu-0.6pre_gme_blargg__endian.h	Mon Feb 15 02:22:44 2021	(r565283)
@@ -1,5 +1,5 @@
---- gme/blargg_endian.h.orig	2021-02-10 16:11:06 UTC
-+++ gme/blargg_endian.h
+--- plugins/gme/game-music-emu-0.6pre/gme/blargg_endian.h.orig	2021-02-10 16:11:06 UTC
++++ plugins/gme/game-music-emu-0.6pre/gme/blargg_endian.h
 @@ -33,9 +33,7 @@
  #if defined (LSB_FIRST) || defined (__LITTLE_ENDIAN__) || BLARGG_CPU_X86 || \
  		(defined (LITTLE_ENDIAN) && LITTLE_ENDIAN+0 != 1234)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102150222.11F2MjXp054487>