wine.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. --- Makefile.in.orig Wed Apr 9 08:10:49 2003
  2. +++ Makefile.in Wed Apr 9 08:14:06 2003
  3. @@ -82,8 +82,7 @@
  4. install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) $(INSTALLBOTHSUBDIRS:%=%/__install-dev__) install-aclocal
  5. install:: install-lib install-dev install-aclocal
  6. - -$(LDCONFIG)
  7. - @if test -n "`LANG=C $(LDD) $(bindir)/wine|grep not.found`"; \
  8. + @if false ; \
  9. then \
  10. echo "*************************************************" ; \
  11. echo "*************************************************" ; \
  12. --- dlls/msi/Makefile.in.orig Wed Aug 13 03:27:48 2003
  13. +++ dlls/msi/Makefile.in Fri Aug 15 10:50:59 2003
  14. @@ -26,6 +26,8 @@
  15. @MAKE_DLL_RULES@
  16. +tokenize.c: y.tab.h
  17. +
  18. y.tab.c y.tab.h: sql.y
  19. $(YACC) -d -t $(SRCDIR)/sql.y
  20. --- scheduler/pthread.c.orig 2003-10-17 12:53:46.000000000 +0200
  21. +++ scheduler/pthread.c 2003-10-17 12:54:16.000000000 +0200
  22. @@ -180,7 +180,9 @@
  23. descr = &initial_descr;
  24. writejump( "__errno_location", __errno_location );
  25. writejump( "__h_errno_location", __h_errno_location );
  26. +#if !defined(__FreeBSD__)
  27. writejump( "__res_state", __res_state );
  28. +#endif
  29. }
  30. descr->cancel_state = PTHREAD_CANCEL_ENABLE;
  31. descr->cancel_type = PTHREAD_CANCEL_ASYNCHRONOUS;