[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#591837: wine on kfreebsd-i386



Package: wine
Version: 1.0.1-3
Severity: important
Tags: patch
User: debian-bsd@lists.debian.org
Usertags: kfreebsd
X-Debbugs-CC: debian-bsd@lists.debian.org

Hi
With this patch, wine builds on kfreebsd-i386. I also tested it with a
simple Windows program.
--- configure.ac	2010-08-05 12:21:31.000000000 -0400
+++ configure.ac.fixed	2010-08-05 16:08:36.856317532 -0400
@@ -1308,10 +1308,10 @@
 case $host_cpu in
   *i[[3456789]]86*)
     case $host_os in
-      linux* | k*bsd*-gnu)
+      linux*)
         AC_SUBST(MAIN_BINARY,"wine-glibc")
         AC_SUBST(EXTRA_BINARIES,"wine-kthread wine-pthread wine-preloader") ;;
-      freebsd*)
+      freebsd* | kfreebsd*-gnu)
         AC_SUBST(MAIN_BINARY,"wine-freebsd")
         AC_SUBST(EXTRA_BINARIES,"wine-pthread") ;;
     esac

Reply to: