Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flac: correct altivec/vsx configure options for ppc targets
@ 2019-10-08  0:26 voidlinux-github
  2019-10-08 18:20 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-08  0:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

There is a new pull request by q66 against master on the void-packages repository

https://github.com/void-ppc/void-packages flac
https://github.com/void-linux/void-packages/pull/15231

flac: correct altivec/vsx configure options for ppc targets


A patch file from https://github.com/void-linux/void-packages/pull/15231.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flac-15231.patch --]
[-- Type: text/x-diff, Size: 1001 bytes --]

From 0ac0f4b6180f7d0936badd5c6d03fb34e36c2687 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Sun, 11 Aug 2019 05:03:03 +0200
Subject: [PATCH] flac: correct altivec/vsx configure options for ppc targets

[ci skip]
---
 srcpkgs/flac/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/flac/template b/srcpkgs/flac/template
index aa1a8b3fa52..03c29f4f72a 100644
--- a/srcpkgs/flac/template
+++ b/srcpkgs/flac/template
@@ -15,8 +15,11 @@ license="BSD-3-Clause, GPL-2"
 distfiles="https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
 checksum=213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748
 
+# TODO: make into options
 case "$XBPS_TARGET_MACHINE" in
-	ppc64|ppc64-musl) configure_args+=" --disable-vsx";;
+	ppc64le*) configure_args+=" --enable-altivec --enable-vsx" ;;
+	ppc64*) configure_args+=" --enable-altivec --disable-vsx" ;;
+	ppc*) configure_args+=" --disable-altivec --disable-vsx" ;;
 esac
 
 post_install() {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: flac: correct altivec/vsx configure options for ppc targets
  2019-10-08  0:26 [PR PATCH] flac: correct altivec/vsx configure options for ppc targets voidlinux-github
@ 2019-10-08 18:20 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-08 18:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

There's a merged pull request on the void-packages repository

flac: correct altivec/vsx configure options for ppc targets
https://github.com/void-linux/void-packages/pull/15231

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-08 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08  0:26 [PR PATCH] flac: correct altivec/vsx configure options for ppc targets voidlinux-github
2019-10-08 18:20 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).