openbsd-ports/x11/p5-Gnome2-Canvas/patches/patch-Makefile_PL
ajacoutot bc32a7024f Import Gnome2-Canvas-1.002
The Gnome2::Canvas module allows a perl developer to use the GnomeCanvas
widget with Gtk2-Perl.
Like the Gtk2 module on which it depends, Gnome2::Canvas follows the C
API of libgnomecanvas-2.0 as closely as possible while still being
perlish.  Thus, the C API reference remains the canonical documentation.

ok jasper@
2007-01-17 13:41:11 +00:00

12 lines
441 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2007/01/17 13:41:11 ajacoutot Exp $
--- Makefile.PL.orig Mon Jan 15 23:39:36 2007
+++ Makefile.PL Mon Jan 15 23:40:01 2007
@@ -85,6 +85,7 @@ WriteMakefile(
ABSTRACT => 'Perl bindings for the 2.x series of the Gnome Canvas widget',
XSPROTOARG => '-noprototypes',
MAN3PODS => \%pod_files,
+ OPTIMIZE => '!!CFLAGS!!',
$gnomecanvas->get_makefile_vars,
);