From 4c5e26eb618d46333e42d3ae4e6efdd26603a306 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sat, 24 Nov 2001 19:06:36 +0000 Subject: Add p5-XML-LibRSVG-0.01, an interface to GNOME's librsvg PR: 32143 Submitted by: Sergey Skvortsov --- textproc/p5-XML-LibRSVG/files/patch-Makefile.PL | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 textproc/p5-XML-LibRSVG/files/patch-Makefile.PL (limited to 'textproc/p5-XML-LibRSVG/files/patch-Makefile.PL') diff --git a/textproc/p5-XML-LibRSVG/files/patch-Makefile.PL b/textproc/p5-XML-LibRSVG/files/patch-Makefile.PL new file mode 100644 index 000000000000..4da5696784f8 --- /dev/null +++ b/textproc/p5-XML-LibRSVG/files/patch-Makefile.PL @@ -0,0 +1,18 @@ +--- Makefile.PL.orig Wed Oct 31 02:03:02 2001 ++++ Makefile.PL Tue Nov 20 22:26:34 2001 +@@ -4,11 +4,11 @@ + + my %config; + +-$config{INC} = ''; +-$config{LIBS} = '-lpng'; ++$config{INC} = $ENV{INC}; ++$config{LIBS} = $ENV{LIBS}.' -lpng'; + +-chomp($config{INC} .= ' ' . `gtk-config --cflags`); +-chomp($config{LIBS} .= ' ' .`gtk-config --libs`); ++chomp($config{INC} .= ' ' . `gtk12-config --cflags`); ++chomp($config{LIBS} .= ' ' .`gtk12-config --libs`); + + chomp($config{INC} .= ' ' . `gdk-pixbuf-config --cflags`); + chomp($config{LIBS} .= ' ' . `gdk-pixbuf-config --libs`); -- cgit v1.2.3