]> git.pld-linux.org Git - packages/perl-Gtk2-Html2.git/blob - perl-Gtk2-Html2-build.patch
- updated to 0.06, deprecated now
[packages/perl-Gtk2-Html2.git] / perl-Gtk2-Html2-build.patch
1 --- Gtk2-Html2-0.06/Makefile.PL.orig    2021-01-12 01:08:11.000000000 +0100
2 +++ Gtk2-Html2-0.06/Makefile.PL 2021-06-23 20:32:09.665288362 +0200
3 @@ -43,8 +43,8 @@
4     exit 1; # not reached
5  }
6  
7 -#my %pkgcfg = ExtUtils::PkgConfig->find ('libgtkhtml-2.0 >= '
8 -#                                     . $build_reqs{gtkhtml2});
9 +my %pkgcfg = ExtUtils::PkgConfig->find ('libgtkhtml-2.0 >= '
10 +                                      . $build_reqs{gtkhtml2});
11  
12  mkdir 'build', 0777;
13  
14 @@ -64,8 +64,8 @@
15  # will chain from this one.
16  
17  my $gtkhtml2 = ExtUtils::Depends->new ('Gtk2::Html2', 'Gtk2');
18 -#$gtkhtml2->set_inc ($pkgcfg{cflags});
19 -#$gtkhtml2->set_libs ($pkgcfg{libs});
20 +$gtkhtml2->set_inc ($pkgcfg{cflags});
21 +$gtkhtml2->set_libs ($pkgcfg{libs});
22  $gtkhtml2->add_xs (@xs_files);
23  $gtkhtml2->add_pm ('Html2.pm' => '$(INST_LIBDIR)/Html2.pm');
24  $gtkhtml2->add_typemaps (File::Spec->catfile(cwd(), 'build/gtkhtml2perl.typemap'));
This page took 0.164281 seconds and 3 git commands to generate.