diff --git a/SysBuild/guibased/fontforge b/SysBuild/guibased/fontforge index 2cc270b..2612d68 100644 --- a/SysBuild/guibased/fontforge +++ b/SysBuild/guibased/fontforge @@ -79,10 +79,11 @@ premk() { mk32() { CC="gcc $BUILDOPTIONS32" \ CXX="g++ $BUILDOPTIONS32" \ - USE_ARCH=$UARCH \ + USE_ARCH=32 \ LDFLAGS="-L/usr/X11R7/lib -liconv" \ ./configure --target=$TARGET32 \ --prefix=/usr/X11R7 + find . -type f -exec sed -i "s/lib64/lib/g" {} \; make -j $NUMCPU make -j $NUMCPU prefix=$TMPROOT/usr/X11R7 install make distclean