[Bug 9457] Problem compiling on FreeBSD amd64

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 26 03:19:22 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9457





--- Comment #3 from Dmitry Timoshkov <dmitry at codeweavers.com>  2007-08-26 03:19:22 ---
> checking build system type... amd64-portbld-freebsd7.0
> checking host system type... amd64-portbld-freebsd7.0

Try to apply the following patch, and regenerate configure:

--- configure.ac        Fri Aug 24 11:37:28 2007
+++ configure.ac        Sun Aug 26 08:17:49 2007
@@ -21,6 +21,7 @@ AC_ARG_WITH(wine-tools,AS_HELP_STRING([-
 AC_CANONICAL_HOST
 case $host in
   x86_64*linux*)
+  amd64*freebsd*)
     if test "x$enable_win64" != "xyes"
     then
       test -n "$CC" || CC="gcc -m32"


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list