blob: 3112b3ece030935fb9f64fb562b2cba9020d9b52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
# --------------------
|