Package: allegro4.1
Version: 2:4.1.15-6
Severity: important
Tags: patch
Hi,
allegro4.1 fails to build on GNU/kFreeBSD.
Problem for kfreebsd-amd64 (#361477) is that libasound2-dev is
Linux specific, and thus not available on this platform.
Problem for kfreebsd-i386 is incorrect debian/rules w.r.t svgalib.
Please use patch bellow.
Thanks in advance
Petr
--- debian/rules~ 2006-11-17 22:33:08.000000000 +0100
+++ debian/rules 2006-11-17 22:33:08.000000000 +0100
@@ -5,8 +5,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# SVGAlib is only for x86
-ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU),i386)
+# SVGAlib is only for x86 on Linux
+ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH),i386)
ARCH_CONFIG_FLAGS =
ARCH_PACKAGES = liballegro$(wipver)-plugin-svgalib
else
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]