remove old workaround completely
This commit is contained in:
parent
280aa23768
commit
36e0e4d6e1
13
gimp.spec
13
gimp.spec
@ -102,19 +102,6 @@ extensions.
|
||||
%patch1 -p1 -b .gimphelpmissing
|
||||
|
||||
%build
|
||||
# # use -32 or -64 postfixed binaries if available
|
||||
# mkdir -p bin
|
||||
# for prg in gdk-pixbuf-csource gdk-pixbuf-query-loaders gtk-query-immodules pango-querymodules; do
|
||||
# if a="$(type -path ${prg}-64 2>/dev/null)"; then
|
||||
# ln -snf "$a" bin/"$prg"
|
||||
# else
|
||||
# if a="$(type -path ${prg}-32 2>/dev/null)"; then
|
||||
# ln -snf "$a" bin/"$prg"
|
||||
# fi
|
||||
# fi
|
||||
# done
|
||||
# export PATH="$PATH:$PWD/bin"
|
||||
|
||||
libtoolize --copy --force
|
||||
aclocal -I m4macros
|
||||
perl -pi -e 's/require +XML::Parser/;/g;' aclocal.m4
|
||||
|
Loading…
Reference in New Issue
Block a user