]> git.pld-linux.org Git - packages/egroupware.git/blob - egroupware-ttfdir.patch
- apply changes inspired from spec for suse
[packages/egroupware.git] / egroupware-ttfdir.patch
1 --- egroupware/projectmanager/inc/class.ganttchart.inc.php~     2006-02-05 17:49:46.000000000 +0200
2 +++ egroupware/projectmanager/inc/class.ganttchart.inc.php      2006-02-05 19:34:02.000000000 +0200
3 @@ -14,7 +14,7 @@
4  
5  include_once(EGW_INCLUDE_ROOT.'/projectmanager/inc/class.boprojectelements.inc.php');
6  
7 -define('TTF_DIR',EGW_SERVER_ROOT.'/projectmanager/inc/ttf-bitstream-vera-1.10/');
8 +define('TTF_DIR', '/usr/share/fonts/TTF/');
9  if(file_exists(EGW_SERVER_ROOT . '/../jpgraph/src/jpgraph.php'))
10  {
11         include(EGW_SERVER_ROOT . '/../jpgraph/src/jpgraph.php');
12 --- egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_dir.php~    2006-02-05 17:49:46.000000000 +0200
13 +++ egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_dir.php     2006-02-05 19:34:55.000000000 +0200
14 @@ -25,7 +25,6 @@
15  DEFINE("APACHE_CACHE_DIR","/jpgraph_cache/");
16  
17  // Directory for TTF fonts. Must end with '/'
18 -#DEFINE("TTF_DIR","/usr/local/fonts/ttf/");
19 -DEFINE("TTF_DIR",PHPGW_SERVER_ROOT."/projects/ttf-bitstream-vera-1.10/");
20 +define('TTF_DIR', '/usr/share/fonts/TTF/');
21  
22  ?>
This page took 0.109757 seconds and 3 git commands to generate.