Package: libdumbnet Severity: important
Version: 1.8-1.3
Tags: patch

Hi,

the current version fails to build on GNU/kFreeBSD.
Please find a small tweak to configure.in/configure bellow.

Thanks in advance

Petr


diff -u libdumbnet-1.8/configure.in libdumbnet-1.8/configure.in
--- libdumbnet-1.8/configure.in
+++ libdumbnet-1.8/configure.in
@@ -244,7 +244,7 @@
 elif test "$ac_cv_header_netinet_ip_fw_h" = yes ; then
      dnl XXX - ipfw2 support later...
      case "$host_os" in
-     *freebsd5*)
+     *freebsd5* | *kfreebsd*)
        AC_LIBOBJ([fw-none]) ;;
      *)
        AC_LIBOBJ([fw-ipfw]) ;;
diff -u libdumbnet-1.8/configure libdumbnet-1.8/configure
--- libdumbnet-1.8/configure
+++ libdumbnet-1.8/configure
@@ -22048,7 +22048,7 @@

 elif test "$ac_cv_header_netinet_ip_fw_h" = yes ; then
           case "$host_os" in
-     *freebsd5*)
+     *freebsd5* | *kfreebsd*)
        case $LIBOBJS in
     "fw-none.$ac_objext"   | \
   *" fw-none.$ac_objext"   | \



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to