see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 2000-07-20 14:44:16 +00:00
parent dcfa53518b
commit f64af1cda8
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ Revision history for Gimp-Perl extension.
- applied patch by Ar't <artie@kmfms.com> 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.

View File

@ -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(@_);
}