]> git.pld-linux.org Git - packages/t1lib.git/commitdiff
evn. independent
authorArtur Frysiak <artur@frysiak.net>
Tue, 7 May 2002 15:33:55 +0000 (15:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    t1lib-xglyph.patch -> 1.1

t1lib-xglyph.patch [new file with mode: 0644]

diff --git a/t1lib-xglyph.patch b/t1lib-xglyph.patch
new file mode 100644 (file)
index 0000000..c67dd59
--- /dev/null
@@ -0,0 +1,21 @@
+--- t1lib-1.3.1.orig/xglyph/xglyph.c
++++ t1lib-1.3.1/xglyph/xglyph.c
+@@ -511,12 +511,16 @@
+   time_ptr_start=&time_start;
+   time_ptr_stop=&time_stop;
+   
++/* This chunk causes xglyph not to work at all in the default
++   Debian package install.  Plus it violates policy (programs
++   should not depend on environment variables). */
++#if 0
+   /* Check for environment entry. If not set, set it to current
+      directory so that configuration file is found there */
+   if (getenv("T1LIB_CONFIG")==NULL){
+     putenv( "T1LIB_CONFIG=./t1lib.config");
+   }
+-
++#endif
+   
+   /* Set log-level: */
+   T1_SetLogLevel( loglevel & (~(0x01<<8)));
+
This page took 0.101916 seconds and 4 git commands to generate.