diff options
Diffstat (limited to 'math/abs/patches/patch-ab')
-rw-r--r-- | math/abs/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/abs/patches/patch-ab b/math/abs/patches/patch-ab new file mode 100644 index 00000000000..a311087743a --- /dev/null +++ b/math/abs/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $ + +--- TextField-1.0/Makefile.orig Thu Dec 3 22:46:08 1998 ++++ TextField-1.0/Makefile Sat Dec 5 11:03:14 1998 +@@ -1,7 +1,7 @@ + # Makefile for widget demo programs + + ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm +-CFLAGS = $(DEFINES) $(CDEBUGFLAGS) ++CFLAGS = ${DEFINES} ${CDEBUGFLAGS} -I ${X11BASE}/include -I ${LOCALBASE}/include + CDEBUGFLAGS = + DEFINES = + RM = rm -f |