openbsd-ports/x11/p5-Gtk/patches/patch-GdkPixbuf_Makefile_PL
jasper 7e19152b63 - remove gnome flavor (makes little sense)
- regen patches

"looks fine" ajacoutot@
2008-08-21 13:52:30 +00:00

13 lines
527 B
Plaintext

$OpenBSD: patch-GdkPixbuf_Makefile_PL,v 1.2 2008/08/21 13:52:30 jasper Exp $
--- GdkPixbuf/Makefile.PL.orig Fri Mar 23 15:57:07 2001
+++ GdkPixbuf/Makefile.PL Thu Aug 21 15:28:18 2008
@@ -63,7 +63,7 @@ WriteMakefile(
'XSOPT' => '-noversioncheck',
'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
'MAN3PODS' => {
- 'build/perl-gdkpixbuf-ref.pod' => '$(INST_MAN3DIR)/Gtk::Gdk::Pixbuf::reference.3pm',
+ 'build/perl-gdkpixbuf-ref.pod' => '$(INST_MAN3DIR)/Gtk::Gdk::Pixbuf::reference.3p',
},
$gpb->get_makefile_vars,
);