mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
gnumeric, try to fix build on buildmaster (#13912)
This commit is contained in:
@@ -13,7 +13,8 @@ LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/${portVersion%.*}/gnumeric-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="bb02feb286062805564438534e1fea459f97cebac8a090b1a7e47ca251e07467"
|
||||
PATCHES="gnumeric-$portVersion.patchset"
|
||||
PATCHES="gnumeric-$portVersion.patchset
|
||||
0001-docs-fix-parallel-builds.patch"
|
||||
ADDITIONAL_FILES="gnumeric.rdef.in"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -87,8 +88,10 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:bison$secondaryArchSuffix
|
||||
cmd:cmp
|
||||
cmd:diff
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:intltoolize
|
||||
cmd:intltool_update
|
||||
cmd:itstool
|
||||
cmd:make
|
||||
cmd:msgfmt$secondaryArchSuffix
|
||||
@@ -101,11 +104,9 @@ defineDebugInfoPackage gnumeric$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure --omit-dirs "binDir sbinDir" ./configure \
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir \
|
||||
--sbindir=$commandBinDir \
|
||||
--with-goffice-plugins-dir=$libDir/goffice/0.10.60/plugins \
|
||||
--disable-werror
|
||||
--with-goffice-plugins-dir=$libDir/goffice/0.10.60/plugins
|
||||
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user