Package: lcms
Version: 1.18.dfsg-1
Severity: normal
Tags: patch
User: debian-sp...@lists.debian.org
Usertags: sparc64

endianness detection for sparc64 is missing in the debian/rules file.
Please find a patch below to fix that.

diff -u lcms-1.18.dfsg/debian/rules lcms-1.18.dfsg/debian/rules
--- lcms-1.18.dfsg/debian/rules
+++ lcms-1.18.dfsg/debian/rules
@@ -33,6 +33,9 @@
 ifeq ($(ARCH),sparc)
        echo "#define USE_BIG_ENDIAN" >include/lcms-endian.h
 endif
+ifeq ($(ARCH),sparc64)
+       echo "#define USE_BIG_ENDIAN" >include/lcms-endian.h
+endif
 ifeq ($(ARCH),powerpc)
        echo "#define USE_BIG_ENDIAN" >include/lcms-endian.h
 endif

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to