diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-26 03:43:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-26 03:43:37 +0000 |
commit | 2d880fc89ccc9ad151f5e14152fbdbd0ddbee0bb (patch) | |
tree | 80fd3db001f09a1934b3e3871982b471c3f0a20a /math/abs/files/patch-ac | |
parent | Activate the newsfish port. (diff) |
Initial import of abs version 0.5.
A free spreadsheet with a graphical user interface.
PR: 9616
Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Notes
Notes:
svn path=/head/; revision=16350
Diffstat (limited to 'math/abs/files/patch-ac')
-rw-r--r-- | math/abs/files/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
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 |