44dc869ec7
Perl bindings to the 2.x series of the Gtk+ widget set. This module allows you to write graphical user interfaces in a perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. ok bernd@
14 lines
438 B
Plaintext
14 lines
438 B
Plaintext
$OpenBSD: patch-t_Gdk_t,v 1.1.1.1 2006/03/15 16:10:45 msf Exp $
|
|
--- t/Gdk.t.orig Wed Mar 15 08:55:56 2006
|
|
+++ t/Gdk.t Wed Mar 15 08:57:05 2006
|
|
@@ -5,7 +5,8 @@ use Gtk2;
|
|
|
|
# $Header: /home/cvs/ports/x11/p5-Gtk2/patches/Attic/patch-t_Gdk_t,v 1.1.1.1 2006/03/15 16:10:45 msf Exp $
|
|
|
|
-Gtk2::Gdk::Threads -> init();
|
|
+# OpenBSD perl does not have thread support
|
|
+# Gtk2::Gdk::Threads -> init();
|
|
|
|
@ARGV = qw(--help --name bla --urgs tree);
|
|
|