summaryrefslogtreecommitdiff
path: root/graphics/grafx2/files/patch-main.c
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-06-03 15:00:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-06-03 15:00:05 +0000
commitaa5b23decc2486f24bf656a6ec27b7f029be642c (patch)
tree1777631f46e918cb124fc2f960fc499784f96471 /graphics/grafx2/files/patch-main.c
parent- Update to 0.006 (diff)
Update to 2.3.1781
PR: 157563 Submitted by: Vitaly Magerya <vmagerya@gmail.com>
Notes
Notes: svn path=/head/; revision=275030
Diffstat (limited to 'graphics/grafx2/files/patch-main.c')
-rw-r--r--graphics/grafx2/files/patch-main.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/grafx2/files/patch-main.c b/graphics/grafx2/files/patch-main.c
deleted file mode 100644
index 5216e58e9e71..000000000000
--- a/graphics/grafx2/files/patch-main.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./main.c.orig 2009-01-14 17:33:21.000000000 +0100
-+++ ./main.c 2009-02-27 18:18:23.000000000 +0100
-@@ -290,7 +290,8 @@
- // Determine the executable directory
- Set_Program_Directory(argv[0],Repertoire_du_programme);
- // Choose directory for data (read only)
-- Set_Data_Directory(Repertoire_du_programme,Repertoire_des_donnees);
-+ //Set_Data_Directory(Repertoire_du_programme,Repertoire_des_donnees);
-+ Set_Data_Directory("/usr/local/share/grafx2/",Repertoire_des_donnees);
- // Choose directory for settings (read/write)
- Set_Config_Directory(Repertoire_du_programme,Repertoire_de_configuration);
-