]> git.pld-linux.org Git - packages/t1lib.git/blame - t1lib-xglyph.patch
- reduce libt1x deps
[packages/t1lib.git] / t1lib-xglyph.patch
CommitLineData
8fc23a47
AF
1--- t1lib-1.3.1.orig/xglyph/xglyph.c
2+++ t1lib-1.3.1/xglyph/xglyph.c
3@@ -511,12 +511,16 @@
4 time_ptr_start=&time_start;
5 time_ptr_stop=&time_stop;
6
7+/* This chunk causes xglyph not to work at all in the default
8+ Debian package install. Plus it violates policy (programs
9+ should not depend on environment variables). */
10+#if 0
11 /* Check for environment entry. If not set, set it to current
12 directory so that configuration file is found there */
13 if (getenv("T1LIB_CONFIG")==NULL){
14 putenv( "T1LIB_CONFIG=./t1lib.config");
15 }
16-
17+#endif
18
19 /* Set log-level: */
20 T1_SetLogLevel( loglevel & (~(0x01<<8)));
21
This page took 0.069324 seconds and 4 git commands to generate.