diff options
Diffstat (limited to 'games/xeji/files/patch-aa')
-rw-r--r-- | games/xeji/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xeji/files/patch-aa b/games/xeji/files/patch-aa new file mode 100644 index 000000000000..b161ba50de17 --- /dev/null +++ b/games/xeji/files/patch-aa @@ -0,0 +1,11 @@ +--- xeji.c.orig Sun May 15 01:31:32 1994 ++++ xeji.c Sun Oct 10 14:55:59 1999 +@@ -10,7 +10,7 @@ + #include <X11/extensions/shape.h> + #ifdef XPM + /*#include <X11/xpm.h>*/ +-#include </usr/local/X11R5/include/xpm.h> ++#include <X11/xpm.h> + #include "eji.xpm" + #endif /* XPM */ + #include "eji.xbm" |