summaryrefslogtreecommitdiff
path: root/math/abs/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/abs/files/patch-ac')
-rw-r--r--math/abs/files/patch-ac21
1 files changed, 9 insertions, 12 deletions
diff --git a/math/abs/files/patch-ac b/math/abs/files/patch-ac
index ca7393bb33a8..df2cd06bce34 100644
--- a/math/abs/files/patch-ac
+++ b/math/abs/files/patch-ac
@@ -1,14 +1,11 @@
---- TextField-1.0/Makefile.orig Mon Jan 25 00:39:18 1999
-+++ TextField-1.0/Makefile Mon Jan 25 00:40:01 1999
-@@ -1,9 +1,9 @@
- # Makefile for widget demo programs
+--- widget_makerX11.h.orig Sun Apr 18 16:50:18 1999
++++ widget_makerX11.h Sun Apr 18 16:51:08 1999
+@@ -28,7 +28,7 @@
- ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm
--CFLAGS = $(DEFINES) $(CDEBUGFLAGS)
-+CFLAGS += $(DEFINES) $(CDEBUGFLAGS)
- CDEBUGFLAGS =
--DEFINES =
-+DEFINES = -I$(X11BASE)/include
- RM = rm -f
+ #include <stdio.h>
+ #include "param.h"
+-#include "xpm.h"
++#include <X11/xpm.h>
- WIDGET = TextField
+ extern void mpst();
+ extern void mcut();