mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
gobject-introspection: bump to 1.68.0 (#6147)
This commit is contained in:
@@ -12,9 +12,9 @@ COPYRIGHT="Colin Walters
|
||||
LICENSE="GNU LGPL v2
|
||||
GNU GPL v2
|
||||
MIT"
|
||||
REVISION="4"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/${portVersion%.*}/gobject-introspection-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="b1ee7ed257fdbc008702bdff0ff3e78a660e7e602efa8f211dc89b9d1e7d90a2"
|
||||
CHECKSUM_SHA256="d229242481a201b84a0c66716de1752bca41db4133672cfcfb37c93eb6e54a27"
|
||||
SOURCE_DIR="gobject-introspection-$portVersion"
|
||||
PATCHES="gobject_introspection-$portVersion.patchset"
|
||||
|
||||
@@ -5,12 +5,12 @@ Subject: Use objdump -x instead of ldd
|
||||
|
||||
|
||||
diff --git a/giscanner/shlibs.py b/giscanner/shlibs.py
|
||||
index e6de7bb..fee97b0 100644
|
||||
index 9f8ab5d..c2c7987 100644
|
||||
--- a/giscanner/shlibs.py
|
||||
+++ b/giscanner/shlibs.py
|
||||
@@ -99,6 +99,8 @@ def _resolve_non_libtool(options, binary, libraries):
|
||||
platform_system = platform.system()
|
||||
if platform_system == 'Darwin':
|
||||
@@ -101,6 +101,8 @@ def _resolve_non_libtool(options, binary, libraries):
|
||||
args.extend([options.ldd_wrapper, binary.args[0]])
|
||||
elif platform_system == 'Darwin':
|
||||
args.extend(['otool', '-L', binary.args[0]])
|
||||
+ elif platform_system == 'Haiku':
|
||||
+ args.extend(['objdump', '-x', binary.args[0]])
|
||||
@@ -18,5 +18,5 @@ index e6de7bb..fee97b0 100644
|
||||
args.extend(['ldd', binary.args[0]])
|
||||
output = subprocess.check_output(args)
|
||||
--
|
||||
2.24.0
|
||||
2.30.2
|
||||
|
||||
Reference in New Issue
Block a user