Bug#573773: gimp-dds: FTBFS on non-Linux architectures
Cyril Brulebois
kibi at debian.org
Sat Mar 13 20:29:20 UTC 2010
Source: gimp-dds
Version: 2.0.9-1
Severity: important
Tags: patch
User: debian-bsd at lists.debian.org
Usertags: kfreebsd
Hi,
your package FTBFS on kfreebsd-* because the main Makefile considers the
output of uname to decide between Makefile.linux and Makefile.win32; one
can think of several solutions: piping uname into some sed calls (quite
dirty in this specific case), calling $(MAKE) with -f Makefile.linux in
debian/rules (already better), or even removing this buggy Makefile
totally, and replacing it with a symlink to Makefile.linux. While this
last solution is quite clean, it might not be a long-term one, in case
upstream changes its main Makefile.
Once $(MAKE) -f Makefile.linux … used in debian/rules, your package
builds fine on both kfreebsd-*.
Thanks for considering.
Mraw,
KiBi.
More information about the Pkg-games-devel
mailing list