aboutsummaryrefslogtreecommitdiff
path: root/math/scigraphica/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
commit4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch)
treebc16420eb52d65511ceb520c00171d219210a473 /math/scigraphica/files
parent97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff)
Notes
Diffstat (limited to 'math/scigraphica/files')
-rw-r--r--math/scigraphica/files/patch-src::sg_project_menu.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/math/scigraphica/files/patch-src::sg_project_menu.c b/math/scigraphica/files/patch-src::sg_project_menu.c
deleted file mode 100644
index f6401d2dafcd..000000000000
--- a/math/scigraphica/files/patch-src::sg_project_menu.c
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- src/sg_project_menu.c 2001/07/04 14:27:49 1.1
-+++ src/sg_project_menu.c 2001/07/04 14:28:27
-@@ -554,9 +554,9 @@
- }
-
- if ( getenv("SG_ROOT") )
-- g_snprintf(path, 250, "%s/share/scigraphica/examples/%s", getenv("SG_ROOT"), (gchar*)data);
-+ g_snprintf(path, 250, "%s/share/gnome/scigraphica/examples/%s", getenv("SG_ROOT"), (gchar*)data);
- else
-- g_snprintf(path, 250, SG_ROOT "/share/scigraphica/examples/%s", (gchar*)data);
-+ g_snprintf(path, 250, SG_ROOT "/share/gnome/scigraphica/examples/%s", (gchar*)data);
-
- sg_project_close();
- sg_project_new();