Advertisement
Guest User

64bits.patch

a guest
Apr 10th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.47 KB | None | 0 0
  1. --- Jamtop.orig 2012-04-10 21:54:26.000000000 +0200
  2. +++ Jamtop  2012-04-10 21:54:37.000000000 +0200
  3. @@ -65,8 +65,8 @@
  4.                 LibWinD = /usr/X11R6/lib ;
  5.             } else if [ GLOB /usr/lib/$(MACHTYPE) : libX11.so ] {
  6.                 LibWinD = /usr/lib/$(MACHTYPE) ;
  7. -           } else if [ GLOB /usr/lib64 : libX11.so ] {
  8. -               LibWinD = /usr/lib64 ;
  9. +           } else if [ GLOB /usr/lib : libX11.so ] {
  10. +               LibWinD = /usr/lib ;
  11.             } else {
  12.                 EXIT Unable to locate the 64 bit X11 library files ;
  13.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement