From 9fbddc5395985bd87934fc881564a2da2d01f7af Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Wed, 19 Dec 2001 04:06:09 +0000 Subject: Add xgobi 2001.09, graphical data visualisation tool. PR: 32994 Submitted by: Tony Maher --- math/xgobi/files/patch-Imakefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 math/xgobi/files/patch-Imakefile (limited to 'math/xgobi/files') 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 -- cgit v1.2.3