diff options
Diffstat (limited to 'math/abs/patches/patch-ab')
-rw-r--r-- | math/abs/patches/patch-ab | 22 |
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 |