summaryrefslogtreecommitdiff
path: root/astro/saoimage/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'astro/saoimage/files/patch-ab')
-rw-r--r--astro/saoimage/files/patch-ab39
1 files changed, 20 insertions, 19 deletions
diff --git a/astro/saoimage/files/patch-ab b/astro/saoimage/files/patch-ab
index 28706552b85e..7b58e790b618 100644
--- a/astro/saoimage/files/patch-ab
+++ b/astro/saoimage/files/patch-ab
@@ -1,19 +1,20 @@
-*** btnlib/makefile.orig Fri Feb 20 00:05:58 1998
---- btnlib/makefile Fri Feb 20 00:24:12 1998
-***************
-*** 27,33 ****
- press.o remote.o resize.o util.o
-
- LIB = libbtn.a
-! XLIBH = /usr/include/X11/Xlib.h
- #XLIBH = /usr/openwin/share/include/X11/Xlib.h #for OpenWindows
-
- all: $(LIB)
---- 27,33 ----
- press.o remote.o resize.o util.o
-
- LIB = libbtn.a
-! XLIBH = $(X11BASE)/include/X11/Xlib.h
- #XLIBH = /usr/openwin/share/include/X11/Xlib.h #for OpenWindows
-
- all: $(LIB)
+--- btnlib/makefile.orig Wed Dec 6 14:51:17 1995
++++ btnlib/makefile Thu Sep 24 15:54:53 1998
+@@ -8,7 +8,7 @@
+ # the library would build. It is preferable to build btnlib as part of the
+ # make procedure in the parent SAOimage directory.
+
+-CFLAGS = -c -O
++CFLAGS = -c -O -I${X11BASE}/include
+
+ LINT = lint
+ RANLIB = ranlib
+@@ -27,7 +27,7 @@
+ press.o remote.o resize.o util.o
+
+ LIB = libbtn.a
+-XLIBH = /usr/include/X11/Xlib.h
++XLIBH = ${X11BASE}/include/X11/Xlib.h
+ #XLIBH = /usr/openwin/share/include/X11/Xlib.h #for OpenWindows
+
+ all: $(LIB)