Source: gimp-dds Version: 2.0.9-1 Severity: important Tags: patch User: [email protected] 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. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

