diff options
Diffstat (limited to 'games/xtic/files/patch-configure.h')
-rw-r--r-- | games/xtic/files/patch-configure.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/xtic/files/patch-configure.h b/games/xtic/files/patch-configure.h new file mode 100644 index 000000000000..386c6c767553 --- /dev/null +++ b/games/xtic/files/patch-configure.h @@ -0,0 +1,8 @@ +--- ./configure.h.org Sun Jun 18 13:31:44 1995 ++++ ./configure.h Thu Jun 22 21:17:57 1995 +@@ -20,4 +20,4 @@ + /* Linker flags needed to locate and link in the Xpm library + * Change this to the correct place, if needed */ + +-#define XPMLIBRARY -L/usr/local/lib -lXpm ++#define XPMLIBRARY -L%%LOCALBASE%%/lib -lXpm |