File: no_t1lib.patch

package info (click to toggle)
libimager-perl 1.029%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,832 kB
  • sloc: perl: 33,091; ansic: 28,098; makefile: 52; cpp: 4
file content (16 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: pretend we can't build the T1lib module, even if libt1-dev is installed
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-12-01

--- a/T1/Makefile.PL
+++ b/T1/Makefile.PL
@@ -124,6 +124,7 @@
   );
 
 my $probe_res = Imager::Probe->probe(\%probe);
+undef $probe_res; # we don't want to build the T1 lib, cf. #638762
 if ($probe_res) {
   $IMAGER_LIBS{T1} = 1;