svn commit: r565283 - head/audio/deadbeef/files

Piotr Kubaj pkubaj at FreeBSD.org
Mon Feb 15 02:22:45 UTC 2021


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)


More information about the svn-ports-all mailing list