From a2d3aa603d1f0f19376aa4743c386e9675e64985 Mon Sep 17 00:00:00 2001 From: Marc Lehmann Date: Mon, 17 May 1999 01:24:16 +0000 Subject: [PATCH] see plug-ins/perl/Changes --- plug-ins/perl/Changes | 1 + plug-ins/perl/Makefile.PL | 2 ++ plug-ins/perl/embed/perlmod.c | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/plug-ins/perl/Changes b/plug-ins/perl/Changes index 315b555791..ad6ae098e0 100644 --- a/plug-ins/perl/Changes +++ b/plug-ins/perl/Changes @@ -4,6 +4,7 @@ Revision history for Gimp-Perl extension. - call the XS version of gimp_progress_init when only one argument is given. - re-added PARASITE_*-constants (including UNDOABLE variants). + - temporarily disabled the module for political reasons. - :auto is NO LONGER the default for the import method(!). (NOT YET). diff --git a/plug-ins/perl/Makefile.PL b/plug-ins/perl/Makefile.PL index 953d0a6719..ab51da11c8 100644 --- a/plug-ins/perl/Makefile.PL +++ b/plug-ins/perl/Makefile.PL @@ -275,6 +275,8 @@ $GIMP_INC_NOUI = "-I../../ $GIMP_INC_NOUI" if $IN_GIMP; @DIRS= 'Gimp'; $build_module = $IN_GIMP || $ENV{GIMP_PERL_MODULE_INC}; +# temporarily disabled because of politics +$build_module = $ENV{GIMP_PERL_MODULE_INC}; print "building embedded perl module... "; if ($build_module) { diff --git a/plug-ins/perl/embed/perlmod.c b/plug-ins/perl/embed/perlmod.c index 57c0455a6b..d8cfddf1d7 100644 --- a/plug-ins/perl/embed/perlmod.c +++ b/plug-ins/perl/embed/perlmod.c @@ -42,7 +42,7 @@ static int perl_init(void) dTHR; /* NOT earlier! */ perl_parse(interp, xs_init, 3, embedding, NULL); - perl_eval_pv ("require Gimp::Module", TRUE); + perl_eval_pv ("require Gimp::Module", FALSE); if (SvTRUE (ERRSV)) {