openbsd-ports/emulators/wine/patches/patch-configure.ac
pirofti 20a76f09b8 Bring wine-1.1.21 in tree.
This is still work in progress. That means its not working yet, its not
linked to the build and it still has a long way to go.
We're adding this here so that developers can more easily work on it.

Okay sthen@.
2009-05-21 14:11:51 +00:00

21 lines
857 B
Plaintext

--- configure.ac.orig Mon May 18 16:13:21 2009
+++ configure.ac Mon May 18 16:15:06 2009
@@ -637,7 +637,7 @@ case $host_os in
case $host_cpu in
*i[[3456789]]86* | x86_64)
WINE_TRY_CFLAGS([-Wl,--section-start,.interp=0x7bf00400],
- [LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"])
+ [LDEXECFLAGS="$LDEXECFLAGS"])
;;
esac
@@ -693,7 +693,7 @@ dnl **** Check for pthread ****
if test "$ac_cv_header_pthread_h" = "yes"
then
- AC_CHECK_LIB(pthread,pthread_create,[AC_SUBST(LIBPTHREAD,"-lpthread")])
+ AC_CHECK_LIB(pthread,pthread_create,[AC_SUBST(LIBPTHREAD,"-pthread")])
fi
WINE_ERROR_WITH(pthread,[test "x$LIBPTHREAD" = "x"],[pthread ${notice_platform}development files not found.
Wine cannot support threads without libpthread.])