mirror of https://github.com/GNOME/gimp.git
see plug-ins/perl/Changes
This commit is contained in:
parent
dcfa53518b
commit
f64af1cda8
|
@ -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.
|
||||
|
|
|
@ -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(@_);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue