Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2021 16:30:39 +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: r564874 - head/games/gzdoom/files
Message-ID:  <202102101630.11AGUd79020017@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Feb 10 16:30:39 2021
New Revision: 564874
URL: https://svnweb.freebsd.org/changeset/ports/564874

Log:
  games/gzdoom: fix build on powerpc64le
  
  Same issue as with audio/libgme.

Added:
  head/games/gzdoom/files/patch-game-music-emu_gme_blargg__endian.h
     - copied, changed from r564867, head/audio/libgme/files/patch-gme_blargg__endian.h

Copied and modified: head/games/gzdoom/files/patch-game-music-emu_gme_blargg__endian.h (from r564867, head/audio/libgme/files/patch-gme_blargg__endian.h)
==============================================================================
--- head/audio/libgme/files/patch-gme_blargg__endian.h	Wed Feb 10 16:16:02 2021	(r564867, copy source)
+++ head/games/gzdoom/files/patch-game-music-emu_gme_blargg__endian.h	Wed Feb 10 16:30:39 2021	(r564874)
@@ -1,5 +1,5 @@
---- gme/blargg_endian.h.orig	2021-02-10 16:11:06 UTC
-+++ gme/blargg_endian.h
+--- game-music-emu/gme/blargg_endian.h.orig	2021-02-10 16:11:06 UTC
++++ game-music-emu/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?202102101630.11AGUd79020017>