mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
iaito, fix 32bit (#11218)
This commit is contained in:
@@ -21,6 +21,11 @@ SOURCE_URI_2="https://github.com/radareorg/iaito-translations/archive/$srcGitRev
|
||||
CHECKSUM_SHA256_2="11f170b87045b5bec23e398ba04994719a72f4573d4391396a3ac0011792e14a"
|
||||
SOURCE_FILENAME_2="iaito-translations-$srcGitRev_2.tar.gz"
|
||||
PATCHES_2="iaito-$portVersion-source2.patchset"
|
||||
if [ $targetArchitecture = x86_gcc2 ]; then
|
||||
PATCHES_2+="
|
||||
iaito-x86-$portVersion-source2.patchset
|
||||
"
|
||||
fi
|
||||
ADDITIONAL_FILES="iaito.rdef.in"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 46c246ec3cb73c5f82e703697cee9c4386592aee Mon Sep 17 00:00:00 2001
|
||||
From d9caf7032d0ca938af12d8078fe10eee981f9df4 Mon Sep 17 00:00:00 2001
|
||||
From: Schrijvers Luc <begasus@gmail.com>
|
||||
Date: Sat, 10 Aug 2024 12:06:39 +0200
|
||||
Subject: Fix install path for translations
|
||||
@@ -23,7 +23,7 @@ index d6e0d20..815458f 100644
|
||||
2.45.2
|
||||
|
||||
|
||||
From 8d80755d9297cc28ecda867206af212022d17431 Mon Sep 17 00:00:00 2001
|
||||
From 57356c528958654df5c6a9666ab6237a050beb6b Mon Sep 17 00:00:00 2001
|
||||
From: Schrijvers Luc <begasus@gmail.com>
|
||||
Date: Sat, 10 Aug 2024 12:57:37 +0200
|
||||
Subject: Add path for Qt6 lrelease
|
||||
|
||||
22
dev-util/iaito/patches/iaito-x86-5.9.6-source2.patchset
Normal file
22
dev-util/iaito/patches/iaito-x86-5.9.6-source2.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From ddc5911a3a266e3744caab1ec07a5964a4427e2d Mon Sep 17 00:00:00 2001
|
||||
From: Begasus <begasus@gmail.com>
|
||||
Date: Wed, 16 Oct 2024 09:30:49 +0200
|
||||
Subject: Fix for 32bit
|
||||
|
||||
|
||||
diff --git a/iaito-translations-e66b3a962a7fc7dfd730764180011ecffbb206bf/Makefile b/iaito-translations-e66b3a962a7fc7dfd730764180011ecffbb206bf/Makefile
|
||||
index dd34f4b..5e9a8a1 100644
|
||||
--- a/iaito-translations-e66b3a962a7fc7dfd730764180011ecffbb206bf/Makefile
|
||||
+++ b/iaito-translations-e66b3a962a7fc7dfd730764180011ecffbb206bf/Makefile
|
||||
@@ -22,7 +22,7 @@ install: build
|
||||
install -m 644 */*.qm $(PREFIX)/data/Qt6/translations/
|
||||
|
||||
build:
|
||||
- /boot/system/lib/Qt6/lrelease $(SOURCES)
|
||||
+ /boot/system/lib/x86/Qt6/lrelease $(SOURCES)
|
||||
|
||||
user-install:
|
||||
$(MAKE) install PREFIX=${HOME}/.local
|
||||
--
|
||||
2.45.2
|
||||
|
||||
Reference in New Issue
Block a user