From cddae35db4690dae03383190430acb422f7d40ac425b28d2ae5eb387b619e372 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 21 Jun 2024 18:21:40 +0300 Subject: [PATCH] Install Ghostscript header files --- build/skel/graphics/ghostscript-10.03.1.do | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/skel/graphics/ghostscript-10.03.1.do b/build/skel/graphics/ghostscript-10.03.1.do index aed35ba..aaf76e8 100644 --- a/build/skel/graphics/ghostscript-10.03.1.do +++ b/build/skel/graphics/ghostscript-10.03.1.do @@ -12,9 +12,11 @@ tar xf "$DISTFILES"/$NAME.tar.gz "$BASS_ROOT"/bin/rm-r "$SKELBINS"/$ARCH/$NAME-$hsh cd $NAME -./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh >&2 +./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh \ + --disable-dbus --with-make=gmake >&2 gmake -j$MAKE_JOBS >&2 -gmake install >&2 +gmake -j$MAKE_JOBS so >&2 +gmake install soinstall >&2 cd "$SKELBINS"/$ARCH "$BASS_ROOT"/build/lib/mk-pkg $NAME-$hsh -- 2.48.1