diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-19 04:06:09 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-19 04:06:09 +0000 |
commit | 9fbddc5395985bd87934fc881564a2da2d01f7af (patch) | |
tree | 75aa966f4247273039057b9940774ce44c2ded7e /math/xgobi/files | |
parent | honor prefix & fix warning (diff) |
Add xgobi 2001.09, graphical data visualisation tool.
PR: 32994
Submitted by: Tony Maher <tonym@biolateral.com.au>
Notes
Notes:
svn path=/head/; revision=51784
Diffstat (limited to 'math/xgobi/files')
-rw-r--r-- | math/xgobi/files/patch-Imakefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/xgobi/files/patch-Imakefile b/math/xgobi/files/patch-Imakefile new file mode 100644 index 000000000000..a88b5e7b5f96 --- /dev/null +++ b/math/xgobi/files/patch-Imakefile @@ -0,0 +1,20 @@ +$FreeBSD$ + +--- Imakefile.orig Wed Dec 5 08:01:33 2001 ++++ Imakefile Wed Dec 5 08:01:51 2001 +@@ -12,11 +12,11 @@ + /**/# the xgobi directories src, help, ps, etc. + XGOBID = $(PWD)/.. + +- CC = cc +- CCOPTIONS = -xansi -n32 ++# CC = cc ++# CCOPTIONS = -xansi -n32 + +-# CC = gcc +-# CCOPTIONS = -ansi -w ++ CC ?= gcc ++ CCOPTIONS = -ansi -w + + LD = + CDEBUGFLAGS = -g |