mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
yelp, fix includedir and libdir for 32bit (#13918)
This commit is contained in:
@@ -11,7 +11,7 @@ HOMEPAGE="https://apps.gnome.org/Yelp/"
|
||||
COPYRIGHT="David King
|
||||
Shaun McCance"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://gitlab.gnome.org/GNOME/yelp/-/archive/$portVersion/yelp-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="cc487a93b6bb9cd5883603ca5db6340449b417dbb429f3be37231f05d7fe514b"
|
||||
ADDITIONAL_FILES="yelp.rdef.in"
|
||||
@@ -101,6 +101,8 @@ BUILD()
|
||||
meson --buildtype=release \
|
||||
--prefix=$prefix \
|
||||
--bindir=$commandBinDir \
|
||||
--includedir=$includeDir \
|
||||
--libdir=$libDir \
|
||||
build
|
||||
|
||||
ninja -C build $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user