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-ab | |
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-ab')
-rw-r--r-- | math/abs/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/abs/files/patch-ab b/math/abs/files/patch-ab new file mode 100644 index 000000000000..e90d9b44f968 --- /dev/null +++ b/math/abs/files/patch-ab @@ -0,0 +1,11 @@ +--- Xpm/Makefile.orig Mon Jan 25 00:38:13 1999 ++++ Xpm/Makefile Mon Jan 25 00:38:43 1999 +@@ -16,7 +16,7 @@ + ################################# + ### C Compiler + CC = cc +-CFLAGS = -O ++CFLAGS += -O -I$(X11BASE)/include + + ### C++ Compiler + CCC = xlC |