summaryrefslogtreecommitdiff
path: root/math/abs/patches/patch-ab
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-11-17 07:36:33 +0000
committerrh <rh@pkgsrc.org>2000-11-17 07:36:33 +0000
commitc6361ba63e68e3c2224a2077986aea7d8f25c677 (patch)
tree3f4942900e1ea9b30a7cf97ca473fd5d82aa41ff /math/abs/patches/patch-ab
parentdd8966459185cd886d93bd5225091ff595f23b54 (diff)
downloadpkgsrc-c6361ba63e68e3c2224a2077986aea7d8f25c677.tar.gz
Update abs to 0.8. Changes are improved stability and a better GUI.
Diffstat (limited to 'math/abs/patches/patch-ab')
-rw-r--r--math/abs/patches/patch-ab22
1 files changed, 11 insertions, 11 deletions
diff --git a/math/abs/patches/patch-ab b/math/abs/patches/patch-ab
index e2437241368..0a44114333a 100644
--- a/math/abs/patches/patch-ab
+++ b/math/abs/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.2 1998/12/22 18:55:52 frueauf Exp $
+$NetBSD: patch-ab,v 1.3 2000/11/17 07:36:34 rh Exp $
---- TextField-1.0/Makefile.orig Sun Dec 20 00:16:05 1998
-+++ TextField-1.0/Makefile Tue Dec 22 18:29:38 1998
-@@ -1,7 +1,7 @@
- # Makefile for widget demo programs
+--- X11/xedit/xedit.h.orig Fri Nov 17 08:27:10 2000
++++ X11/xedit/xedit.h
+@@ -37,6 +37,8 @@
+ #include <X11/Xaw/Viewport.h>
+ #include <X11/Xaw/Cardinals.h>
- ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm
--CFLAGS = $(DEFINES) $(CDEBUGFLAGS)
-+CFLAGS = ${DEFINES} ${CDEBUGFLAGS} -I ${X11BASE}/include -I ${LOCALBASE}/include
- CDEBUGFLAGS =
- DEFINES =
- RM = rm -f
++#include <stdio.h>
++
+ #ifndef BUFSIZ
+ #define BUFSIZ 2048
+ #endif