From 7acc38a98bd3eedfe5e610d54a7bed3521c8b26f Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 14 Dec 2018 01:18:23 +0100 Subject: [PATCH] sam: add support for ppc64 targets --- srcpkgs/sam/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sam/template b/srcpkgs/sam/template index 76251cdad0d..66f7c1a316a 100644 --- a/srcpkgs/sam/template +++ b/srcpkgs/sam/template @@ -4,7 +4,6 @@ version=20180707 revision=1 _githash=cd8efea6bc572a31b1a325f4201ac52cf6760d7e wrksrc="${pkgname}-${_githash}" -disable_parallel_build=yes makedepends="libXft-devel libXi-devel libXt-devel" short_desc="Screen editor with structural regular expressions" maintainer="Leah Neukirchen " @@ -12,6 +11,7 @@ license="MIT-like" homepage="http://www.deadpixi.com/an-updated-version-of-sam" distfiles="https://github.com/deadpixi/${pkgname}/archive/${_githash}.tar.gz" checksum=45e9ddffea47b4d2cc42fb77255445d2bade71e59370851c455a95ea361a92ba +disable_parallel_build=yes CFLAGS="-std=c99" post_extract() { @@ -21,7 +21,7 @@ post_extract() { do_build() { case "$XBPS_TARGET_MACHINE" in i686*|armv*) USE64BITS=0;; - x86_64*|aarch64*) USE64BITS=1;; + x86_64*|aarch64*|ppc64*) USE64BITS=1;; *) msg_error "Unknown word length for $XBPS_TARGET_MACHINE";; esac