summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Sablotron/files/patch-Makefile.PL
blob: 34a2396f2da54a66649ae9579a3a03d16a52fe4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** Makefile.PL.orig	Sun Nov 12 19:53:55 2000
--- Makefile.PL	Sun Nov 12 19:54:08 2000
***************
*** 58,64 ****
      VERSION_FROM => 'Sablotron.pm', 
      DEFINE	=> '-DPERL_POLLUTE',
      INC         => $include,
!     LIBS	=> ["$libpth -lsablot -lxmlparse -lxmltok"], 
      clean     => {'FILES' => "log.xsl", },
  );
  
--- 58,64 ----
      VERSION_FROM => 'Sablotron.pm', 
      DEFINE	=> '-DPERL_POLLUTE',
      INC         => $include,
!     LIBS	=> ["$libpth -lsablot -lexpat -lgcc"], 
      clean     => {'FILES' => "log.xsl", },
  );