Hi there,

Christoph Egger wrote:
> Package: src:fdm
> Version: 1.6+cvs20111013-1
[...]
> Your package failed to build on the kfreebsd-* buildds:
[...]
> test -f config.mk || sh configure
> Unable to configure for GNU/kFreeBSD

Yeah well, `fdm' uses a simple configure script now to setup the build
for a number of known systems. The old system did have support for the
BSD flavours of debian.

I think the `Linux' setup should do the trick (that's what the old build
system did anyway). Could you try if the following patch makes the
package build again? (Also: Is there a still netbsd port? If not the
pattern I used could also be "Linux|GNU/kFreeBSD)").

Regards, Frank


diff --git a/configure b/configure
index 9d83f6b..812ba5b 100755
--- a/configure
+++ b/configure
@@ -26,7 +26,7 @@ EOF
 EOF
        ;;
 # 
------------------------------------------------------------------------------
-    Linux)
+    Linux|GNU/k*BSD)
        cat <<EOF >>$CONFIG_H
 #define HAVE_SETRESUID
 #define HAVE_SETRESGID


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87zkg4vrlk....@ft.bewatermyfriend.org

Reply via email to