From f64af1cda80bafb4a5f64de40a6b5ab491b688b2 Mon Sep 17 00:00:00 2001 From: Marc Lehmann Date: Thu, 20 Jul 2000 14:44:16 +0000 Subject: [PATCH] see plug-ins/perl/Changes --- plug-ins/perl/Changes | 1 + plug-ins/perl/Gimp/Makefile.PL | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plug-ins/perl/Changes b/plug-ins/perl/Changes index f4b6979e7c..9f439264a4 100644 --- a/plug-ins/perl/Changes +++ b/plug-ins/perl/Changes @@ -14,6 +14,7 @@ Revision history for Gimp-Perl extension. - applied patch by Ar't that fixes a lot of perl5.004 compatibility issues and even identifies the buggy perl version that causes pxgettext to not work! + - do yet another compile/link flags rotation. 1.2 Thu May 11 18:55:13 CEST 2000 - image types updated to reflect gimp's reality. diff --git a/plug-ins/perl/Gimp/Makefile.PL b/plug-ins/perl/Gimp/Makefile.PL index 4c49a8c77d..5070cb269a 100644 --- a/plug-ins/perl/Gimp/Makefile.PL +++ b/plug-ins/perl/Gimp/Makefile.PL @@ -4,7 +4,7 @@ do '../config.pl'; sub MY::const_config { my $self = shift; - $self->{LDDLFLAGS}="$self->{LDDLFLAGS} $GIMP_LIBS_NOUI $LDFLAGS $LIBS $INTLLIBS"; + $self->{LDDLFLAGS}="$GIMP_LIBS_NOUI $self->{LDDLFLAGS} $LDFLAGS $LIBS $INTLLIBS"; package MY; $self->SUPER::const_config(@_); }