diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-23 10:51:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-23 10:51:41 +0000 |
commit | 4269f33bb7268d12c7371989142590527d7dab45 (patch) | |
tree | 663a65a77cf46724316e2b49d26da9013fb75b14 /math/gretl/files/patch-lib::src::gretl_paths.c | |
parent | - Update to 0.4.2 (diff) |
- Update to 1.7.5
PR: 124849
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=215609
Diffstat (limited to 'math/gretl/files/patch-lib::src::gretl_paths.c')
-rw-r--r-- | math/gretl/files/patch-lib::src::gretl_paths.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/gretl/files/patch-lib::src::gretl_paths.c b/math/gretl/files/patch-lib::src::gretl_paths.c deleted file mode 100644 index 12770b080297..000000000000 --- a/math/gretl/files/patch-lib::src::gretl_paths.c +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/src/gretl_paths.c.orig Wed Feb 11 06:14:36 2004 -+++ lib/src/gretl_paths.c Sun Feb 29 18:10:53 2004 -@@ -432,8 +432,8 @@ - if (home != NULL) { - strcpy(ppaths->gretldir, home); - } else { -- strcpy(ppaths->gretldir, GRETL_PREFIX); -- strcat(ppaths->gretldir, "/share/gretl/"); -+ strcpy(ppaths->gretldir, DATADIR); -+ strcat(ppaths->gretldir, "/gretl/"); - } - - sprintf(ppaths->binbase, "%sdb/", ppaths->gretldir); |