Package: libffi
Version: 3.0.4-1
Severity: important
Tags: patch

libffi fails to build on kfreebsd-amd64 because the biarch32 library is
not built while it is listed in debian/control.

The small patch below fixes the problem.

diff -u libffi-3.0.4/debian/rules libffi-3.0.4/debian/rules
--- libffi-3.0.4/debian/rules
+++ libffi-3.0.4/debian/rules
@@ -19,7 +19,7 @@
   multiarch += biarch64
 endif
 
-ifneq (,$(filter $(DEB_HOST_ARCH), amd64 ppc64))
+ifneq (,$(filter $(DEB_HOST_ARCH), amd64 kfreebsd-amd64 ppc64))
   multiarch += biarch32
 endif
 

-- System Information:
Debian Release: lenny/sid
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 6.3-1-em64t-p4
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to