diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-04 23:51:38 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-04 23:51:38 +0800 |
commit | c82163474330a0f535e5aa329f40de50183eafbc (patch) | |
tree | ce3c5d3dbef519bcde9f1fceba65481f594df9e6 /math/gdcalc/files | |
parent | ad3f08091d7a06f5a02a9336542fc05f3a3a04b3 (diff) | |
download | marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar.gz marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar.bz2 marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar.lz marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar.xz marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar.zst marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.zip |
- Don't remove gnome dirs
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7554 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gdcalc/files')
-rw-r--r-- | math/gdcalc/files/patch-src::dcalc.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/gdcalc/files/patch-src::dcalc.c b/math/gdcalc/files/patch-src::dcalc.c new file mode 100644 index 000000000..1d6a2c591 --- /dev/null +++ b/math/gdcalc/files/patch-src::dcalc.c @@ -0,0 +1,20 @@ +--- src/dcalc.c.orig Fri Jul 12 15:26:18 2002 ++++ src/dcalc.c Fri Jul 12 15:26:06 2002 +@@ -3247,7 +3247,7 @@ + oldX = 1.0; + + sprintf(fromarg, "%f %s", oldX, from); +- argv[0] = "units"; ++ argv[0] = "gunits"; + argv[1] = "-o %.20g"; + argv[2] = fromarg; + argv[3] = to; +@@ -3296,7 +3296,7 @@ + does not use stderr! */ + msg("Bad units"); + else +- msg("Can't find the units program - please install it!"); ++ msg("Can't find the gunits program - please install it!"); + + fclose(p); /* no need to close fd[1] too */ + } |