Gtk2-GLExt with recent Glib



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Gtk2::GLExt 0.90 now requires a small patch for building recently which
it didn't need in the past.  I'll assume it's due to a change in
Glib::MakeHelper; patch attached.


Yaakov
Cygwin Ports
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH8bZqpiWmPGlmQSMRCGYjAKCZ0QrAt2l7+lq/ruuZAuOzMaEnhwCeOQWZ
GLGUlmi9t/hkL1a9hVmff2Y=
=hOKs
-----END PGP SIGNATURE-----
diff -urN -x CYGWIN-PATCHES -x 'aclocal.m4*' -x autom4te.cache -x config.cache -x config.log -x config.status 
-x config.h -x config.h.in -x ABOUT-NLS -x Makefile.in.in -x Makevars.template -x '*SlackBuild*' -x 
'*.egg-info' -x '*.class' -x '*.pyc' -x '*.mo' -x '*.gmo' -x '*.orig' -x '*.rej' -x '*.spec' -x '*.temp' -x 
'*~' -x '*.stackdump' -x COPYING -x INSTALL -x compile -x config-ml.in -x config.guess -x config.sub -x 
depcomp -x elisp-comp -x install-sh -x ltmain.sh -x mdate-sh -x missing -x mkinstalldirs -x py-compile -x 
symlink-tree -x texinfo.tex -x ylwrap -x config.rpath -x omf.make -x xmldocs.make -x gnome-doc-utils.make -x 
gnome-doc-utils.m4 -x intltool.m4 -x intltool-extract -x intltool-extract.in -x intltool-merge -x 
intltool-merge.in -x intltool-update -x intltool-update.in origsrc/Gtk2-GLExt-0.90/Makefile.PL 
src/Gtk2-GLExt-0.90/Makefile.PL
--- origsrc/Gtk2-GLExt-0.90/Makefile.PL 2004-10-28 19:18:43.000000000 -0500
+++ src/Gtk2-GLExt-0.90/Makefile.PL     2008-03-17 23:30:28.953125000 -0500
@@ -39,6 +38,8 @@
    exit 1; # not reached
 }
 
+mkdir 'build', 0777;
+
 %pkgcfg = ExtUtils::PkgConfig->find ('gtkglext-1.0 >= '
                                     .$build_reqs{GtkGLExt});
 
@@ -48,7 +49,6 @@
        Glib::MakeHelper->do_pod_files (@xs_files),
 );
 
-mkdir 'build', 0777;
 
 #
 # autogeneration


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]