mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/exact-image: Fixed build with swig-3.0.7.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
b6cdff1cab
commit
f1dee00d85
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ patch -p1 --verbose < $CWD/exact-image-giflib.patch
|
|||
eval $(perl -V:vendorlib)
|
||||
sed "s,@vendorlib@,$vendorlib,g" $CWD/fixup-perl_paths.diff | patch -p1 --verbose
|
||||
|
||||
# Fix for swig-3.0.7
|
||||
sed -i -e '/^# manually/d' api/api-swig.hh
|
||||
|
||||
./configure \
|
||||
--bindir=/usr/bin \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
Loading…
Reference in a new issue