Update to xgobi 2002.06.20

Reviewed by:	maintainer
This commit is contained in:
Kris Kennaway 2002-10-27 01:57:53 +00:00
parent f415085641
commit 59115986a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68898
3 changed files with 10 additions and 19 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= xgobi
PORTVERSION= 2002.04.12
PORTVERSION= 2002.06.20
CATEGORIES= math graphics
MASTER_SITES= http://www.research.att.com/areas/stat/xgobi/
DISTNAME= xgobi

View File

@ -1 +1 @@
MD5 (xgobi.sh.gz) = bb2737c0d876ddf9d9cc5f0dedf6d21a
MD5 (xgobi.sh.gz) = 25763c570dc37bcf5f927246b91833bd

View File

@ -1,20 +1,11 @@
$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.
--- Imakefile.orig Sat Oct 12 12:26:37 2002
+++ Imakefile Sat Oct 12 12:28:33 2002
@@ -13,7 +13,7 @@
XGOBID = $(PWD)/..
- CC = cc
- CCOPTIONS = -xansi -n32
+# CC = cc
+# CCOPTIONS = -xansi -n32
/**/# Use the gnu C compiler
- CC = gcc
+ CC ?= gcc
CCOPTIONS = -ansi -w
-# CC = gcc
-# CCOPTIONS = -ansi -w
+ CC ?= gcc
+ CCOPTIONS = -ansi -w
LD =
CDEBUGFLAGS = -g
/**/# Or use the C compiler on your system, and whatever options it requires.