Magellan Linux

Annotation of /trunk/wine/patches/wine-0.9.49-LDPATH-hack.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 414 - (hide annotations) (download)
Thu Nov 15 00:34:18 2007 UTC (16 years, 7 months ago) by niro
File size: 567 byte(s)
-fixed patch

1 niro 413 diff -Naur wine-0.9.49/configure.ac wine-0.9.49-magellan/configure.ac
2     --- wine-0.9.49/configure.ac 2007-11-09 17:56:12.000000000 +0100
3 niro 414 +++ wine-0.9.49-magellan/configure.ac 2007-11-15 01:42:32.000000000 +0100
4     @@ -1207,12 +1207,6 @@
5 niro 413 ;;
6     darwin*|macosx*)
7     ;;
8     - linux*|solaris*) dnl FIXME: What other platforms support $ORIGIN?
9     - if test -z "$LDRPATH_LOCAL"
10     - then
11     - LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12     - fi
13     - ;;
14     *)
15     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16     ;;