Package: shotwell Version: 0.4.2+dfsg-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, your package FTBFS on GNU/kFreeBSD because a tiny OS detection tweak is needed. Your package builds fine once the attached patch is applied. Thanks for considering. Mraw, KiBi.
--- a/Makefile +++ b/Makefile @@ -22,6 +22,10 @@ ifeq "$(SYSTEM)" "Linux" LINUX = 1 endif +ifeq "$(SYSTEM)" "GNU/kFreeBSD" + LINUX = 1 +endif + ifeq "$(SYSTEM)" "MinGW" WINDOWS = 1 endif