[Pkg-gridengine-commits] [pkg-gridengine] 01/02: Fix syntax error introduced in x32 patch

Afif Elghraoui afif at moszumanska.debian.org
Tue Aug 30 07:36:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch debian/experimental
in repository pkg-gridengine.

commit 9f15479647004da853afab911d085b9bed1f26ca
Author: Afif Elghraoui <afif at debian.org>
Date:   Tue Aug 30 00:24:58 2016 -0700

    Fix syntax error introduced in x32 patch
---
 debian/patches/x32.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/patches/x32.patch b/debian/patches/x32.patch
index 750aaf5..34542ed 100644
--- a/debian/patches/x32.patch
+++ b/debian/patches/x32.patch
@@ -31,13 +31,14 @@ Last-Update: 2016-08-29
           case lx-ppc64:
 --- pkg-gridengine.orig/source/scripts/compilearch
 +++ pkg-gridengine/source/scripts/compilearch
-@@ -173,6 +173,9 @@
+@@ -173,6 +173,10 @@
        COMPILE_ARCH=LINUXAMD64
        TARGET_BITS=TARGET_64BIT
        ;;
 +   lx-x32)
 +      BUILDARCH=LINUXX32
 +      COMPILE_ARCH=LINUXX32
++      ;;
     lx-ia64)
        BUILDARCH=LINUXIA64
        COMPILE_ARCH=LINUXIA64

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gridengine/pkg-gridengine.git



More information about the Pkg-gridengine-commits mailing list