diff options
author | frueauf <frueauf> | 1998-12-05 12:33:18 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-12-05 12:33:18 +0000 |
commit | 3ce7b6bc63fe996343cabc5da3c72ee917e5ae8e (patch) | |
tree | cf31fd38c3f1a9b87b24bb894e8db77e4b01603b /math/abs/patches/patch-ab | |
parent | c9d10a091394453f585b29c4d5552087abfa2864 (diff) | |
download | pkgsrc-3ce7b6bc63fe996343cabc5da3c72ee917e5ae8e.tar.gz |
Initial import of abs-0.4, a free spreadsheet with graphical user interface.
Provided in pr 6531 by Rene Hexel.
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 |