Skip to content

Xfig 3.2.7 #88

Merged
merged 5 commits into from
Sep 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
xfig: Harden multiprocessor build
With 12 cores building is ok, with ~60 not always.
thomas committed Sep 20, 2019
commit 765a5082c3b527076d7d6f265fca88d6f14272ad
2 changes: 1 addition & 1 deletion xfig-3.2.7-0.build.sh
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ cd $BUILDDIR
RPATH = -Wl,-rpath=$PREFIX/lib
EOF

make
make || make -j1
PKGDIR=$(pwd)/pkg
make package pkgdir=$PKGDIR
./installnetpbm <<EOF