Skip to content

Commit

Permalink
Fix MacPorts libX11 path
Browse files Browse the repository at this point in the history
  • Loading branch information
jpouellet committed Apr 23, 2015
1 parent 4de3027 commit cfec4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShiftIt/X11WindowDriver.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"/usr/local/X11/libX11.6.dylib", // anyone?
"/opt/X11/lib/libX11.6.dylib", // XQuartz, needs be tried before regular
"/usr/X11/lib/libX11.6.dylib", // regular
"/opt/local/X11/lib/libX11.6.dylib", // MacPorts?
"/opt/local/lib/libX11.6.dylib", // MacPorts
"/sw/X11/lib/libX11.6.dylib", // Fink?
};

Expand Down Expand Up @@ -458,4 +458,4 @@ - (void) freeWindow_:(Window *)windowRef {
}


@end
@end

0 comments on commit cfec4d7

Please sign in to comment.