diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-11-28 23:12:54 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-11-28 23:12:54 +0000 |
commit | 679602a5c719112541ede50ec0bc3cd192c3f93a (patch) | |
tree | d070363dbd85c2dcc80995271a27750267d918dd /graphics/SciPlot | |
parent | 8854ae914da822f44cb721d23bec3b9caffdfed5 (diff) | |
download | ports-679602a5c719112541ede50ec0bc3cd192c3f93a.tar.gz ports-679602a5c719112541ede50ec0bc3cd192c3f93a.zip |
Notes
Diffstat (limited to 'graphics/SciPlot')
-rw-r--r-- | graphics/SciPlot/files/patch-Imakefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/SciPlot/files/patch-Imakefile b/graphics/SciPlot/files/patch-Imakefile index 438d9b70803c..e32181f4a679 100644 --- a/graphics/SciPlot/files/patch-Imakefile +++ b/graphics/SciPlot/files/patch-Imakefile @@ -1,12 +1,16 @@ --- Imakefile.orig Thu Sep 5 04:32:58 1996 -+++ Imakefile Wed Jun 9 17:27:01 2004 ++++ Imakefile Sun Nov 28 18:14:34 2004 @@ -1,3 +1,4 @@ +# $FreeBSD$ XCOMM Imakefile for widget demo programs #ifdef LinuxArchitecture -@@ -17,10 +18,10 @@ - CC = cc -std1 +@@ -14,13 +15,13 @@ + HDOC = hdoc + #endif + #ifdef AlphaArchitecture +- CC = cc -std1 ++# CC = cc -std1 #endif -MOTIF = $(LESSTIF) -lXm |