From owner-svn-ports-all@freebsd.org Mon Oct 31 14:06:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BC8DC2732B; Mon, 31 Oct 2016 14:06:41 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEDF111A5; Mon, 31 Oct 2016 14:06:40 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9VE6ebt018800; Mon, 31 Oct 2016 14:06:40 GMT (envelope-from deischen@FreeBSD.org) Received: (from deischen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9VE6e9r018799; Mon, 31 Oct 2016 14:06:40 GMT (envelope-from deischen@FreeBSD.org) Message-Id: <201610311406.u9VE6e9r018799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: deischen set sender to deischen@FreeBSD.org using -f From: Daniel Eischen Date: Mon, 31 Oct 2016 14:06:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425002 - head/audio/xmcd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 14:06:41 -0000 Author: deischen Date: Mon Oct 31 14:06:39 2016 New Revision: 425002 URL: https://svnweb.freebsd.org/changeset/ports/425002 Log: Make this work with CAM again. Added: head/audio/xmcd/files/patch-common__d_appenv.h (contents, props changed) Added: head/audio/xmcd/files/patch-common__d_appenv.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/xmcd/files/patch-common__d_appenv.h Mon Oct 31 14:06:39 2016 (r425002) @@ -0,0 +1,12 @@ +--- common_d/appenv.h.orig 2016-10-14 17:17:56.243169000 -0400 ++++ common_d/appenv.h 2016-10-14 17:30:46.674743000 -0400 +@@ -358,7 +358,8 @@ + defined(__alpha) || defined(__alpha__) || \ + defined(vax) || defined(__vax__) || \ + (defined(MIPSEL) || defined(__MIPSEL__) || \ +- defined(__MIPSEL) || defined(_MIPSEL)) ++ defined(__MIPSEL) || defined(_MIPSEL)) || \ ++ (defined(__BYTE_ORDER__) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__)) + #define _BYTE_ORDER_ _L_ENDIAN_ + #else + #define _BYTE_ORDER_ _B_ENDIAN_