summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-09 17:34:21 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-09 17:34:21 +0000
commit7c9eb60d55c70f8155034b7a25c6b71305f771d6 (patch)
treea159efe3e7b81fcf050bbeeabfb090008e408bd5 /games-engines/xzip/files
parentfew cleanups, + forced -j1 during make (diff)
downloadhistorical-7c9eb60d55c70f8155034b7a25c6b71305f771d6.tar.gz
historical-7c9eb60d55c70f8155034b7a25c6b71305f771d6.tar.bz2
historical-7c9eb60d55c70f8155034b7a25c6b71305f771d6.zip
welcome to games-engines
Diffstat (limited to 'games-engines/xzip/files')
-rw-r--r--games-engines/xzip/files/digest-xzip-1.8.2-r21
-rw-r--r--games-engines/xzip/files/xzip-182-makefile.diff30
2 files changed, 31 insertions, 0 deletions
diff --git a/games-engines/xzip/files/digest-xzip-1.8.2-r2 b/games-engines/xzip/files/digest-xzip-1.8.2-r2
new file mode 100644
index 000000000000..05fe9ca01db4
--- /dev/null
+++ b/games-engines/xzip/files/digest-xzip-1.8.2-r2
@@ -0,0 +1 @@
+MD5 68e13d7904104c703f9fea531b307494 xzip182.tar.Z 136032
diff --git a/games-engines/xzip/files/xzip-182-makefile.diff b/games-engines/xzip/files/xzip-182-makefile.diff
new file mode 100644
index 000000000000..3112b3ece030
--- /dev/null
+++ b/games-engines/xzip/files/xzip-182-makefile.diff
@@ -0,0 +1,30 @@
+--- Makefile.orig Tue Jul 24 08:21:17 2001
++++ Makefile Tue Jul 24 12:06:32 2001
+@@ -51,7 +51,7 @@
+ # BYTE_ORDER definitions installed. If AUTO_END_MODE doesn't
+ # work, use LITTLE_END_MODE on an x86, BIG_END_MODE on a
+ # 680x0 or PPC machine.
+-#SYSTEMFLAGS = -DAUTO_END_MODE
++SYSTEMFLAGS = -DAUTO_END_MODE
+
+ # definitions for BSDI 4
+ #SYSTEMFLAGS = -DAUTO_END_MODE
+@@ -67,8 +67,8 @@
+ # definitions for where the X lib and include directories are.
+ # The following are defaults that might work.
+
+-XINCLUDE = /usr/include/X11
+-XLIB = /usr/lib/X11
++XINCLUDE = /usr/X11R6/include
++XLIB = /usr/X11R6/lib
+
+ # If your compiler can't find these things, try commenting out the
+ # above, and uncommenting various versions below. Also look around
+@@ -97,7 +97,7 @@
+ # --------------------
+
+ # definition for where to install xzip executable and man page
+-DESTDIR = /usr/local
++DESTDIR = /usr/X11R6
+
+ # --------------------