diff options
Diffstat (limited to 'textproc/p5-XML-Sablotron/files/patch-Sablotron-Makefile.PL')
-rw-r--r-- | textproc/p5-XML-Sablotron/files/patch-Sablotron-Makefile.PL | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-XML-Sablotron/files/patch-Sablotron-Makefile.PL b/textproc/p5-XML-Sablotron/files/patch-Sablotron-Makefile.PL new file mode 100644 index 000000000000..de4afd1dc8a3 --- /dev/null +++ b/textproc/p5-XML-Sablotron/files/patch-Sablotron-Makefile.PL @@ -0,0 +1,20 @@ +diff -crN Sablotron/Makefile.PL.orig Sablotron/Makefile.PL +*** Sablotron/Makefile.PL.orig Sun Jun 17 15:10:21 2001 +--- Sablotron/Makefile.PL Sun Jun 17 15:11:07 2001 +*************** +*** 5,11 **** + 'NAME' => 'XML::Sablotron::DOM', + 'VERSION_FROM' => 'DOM.pm', # finds $VERSION + 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 +! 'LIBS' => ['-L/home/pavel/sablot/lib -lsablot'], # e.g., '-lm' + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' +! 'INC' => '', # e.g., '-I/usr/include/other' + ); +--- 5,11 ---- + 'NAME' => 'XML::Sablotron::DOM', + 'VERSION_FROM' => 'DOM.pm', # finds $VERSION + 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 +! 'LIBS' => ['-L%%PREFIX%%/lib -lsablot'], + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' +! 'INC' => '-I%%PREFIX%%/include', + ); |