From 2d880fc89ccc9ad151f5e14152fbdbd0ddbee0bb Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 26 Jan 1999 03:43:37 +0000 Subject: Initial import of abs version 0.5. A free spreadsheet with a graphical user interface. PR: 9616 Submitted by: Gianmarco Giovannelli --- math/abs/files/patch-ac | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 math/abs/files/patch-ac (limited to 'math/abs/files/patch-ac') diff --git a/math/abs/files/patch-ac b/math/abs/files/patch-ac new file mode 100644 index 000000000000..ca7393bb33a8 --- /dev/null +++ b/math/abs/files/patch-ac @@ -0,0 +1,14 @@ +--- 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 + + ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm +-CFLAGS = $(DEFINES) $(CDEBUGFLAGS) ++CFLAGS += $(DEFINES) $(CDEBUGFLAGS) + CDEBUGFLAGS = +-DEFINES = ++DEFINES = -I$(X11BASE)/include + RM = rm -f + + WIDGET = TextField -- cgit v1.2.3