mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
rasm: update to 2.3.7.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
From 5ccf2381672cee95c237d5add7ac9fb707231f6c Mon Sep 17 00:00:00 2001
|
||||
From 243b778d84e1983a4ae5529469c978bca8988e72 Mon Sep 17 00:00:00 2001
|
||||
From: PulkoMandy <pulkomandy@pulkomandy.tk>
|
||||
Date: Sun, 22 Oct 2023 14:43:15 +0200
|
||||
Date: Tue, 1 Jul 2025 17:49:25 +0200
|
||||
Subject: Remove -mcpu=native
|
||||
|
||||
To make sure no specific instructions are used that wouldn't work on
|
||||
some user's machine
|
||||
It would prevent people with old machines to use rasm built on newer
|
||||
ones.
|
||||
|
||||
diff --git a/makefile.MacOS b/makefile.MacOS
|
||||
index cbd5787..c62822f 100644
|
||||
@@ -20,5 +20,5 @@ index cbd5787..c62822f 100644
|
||||
CFLAGS_DBG = $(CFLAGS) -g -pthread -DRDD
|
||||
|
||||
--
|
||||
2.42.0
|
||||
2.48.1
|
||||
|
||||
@@ -12,15 +12,15 @@ DESCRIPTION="Powerful and ultra-fast Z80 assembler:
|
||||
- math engine with correct rounding
|
||||
- MAXAM, AS80 and UZ80 compatibility"
|
||||
HOMEPAGE="http://www.roudoudou.com/rasm/"
|
||||
COPYRIGHT="2017-2021 Édouard Bergé"
|
||||
COPYRIGHT="2017-2025 Édouard Bergé"
|
||||
LICENSE="MIT"
|
||||
SOURCE_URI="https://github.com/EdouardBERGE/rasm/archive/refs/tags/v2.0.tar.gz"
|
||||
CHECKSUM_SHA256="d7af4102b2e3c3dbdad1bc6d4c7da482aafa5602420a56848140cc37b27a36f7"
|
||||
SOURCE_URI="https://github.com/EdouardBERGE/rasm/archive/refs/tags/v$portVersion.tar.gz"
|
||||
SOURCE_DIR="rasm-$portVersion"
|
||||
CHECKSUM_SHA256="fc2246572734d06d69a8bc19da54c86f4dee3c53228a1690ea20563230347207"
|
||||
PATCHES="rasm-$portVersion.patchset"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 all"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
Reference in New Issue
Block a user