You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
py-meson,meson: explicitly add "subsystem = 'macos'" to cross files
Closes: https://trac.macports.org/ticket/74047 Closes: https://trac.macports.org/ticket/73976
This commit is contained in:
@@ -4,7 +4,7 @@ PortSystem 1.0
|
||||
|
||||
name meson
|
||||
version 1.11.1
|
||||
revision 0
|
||||
revision 1
|
||||
|
||||
license Apache-2
|
||||
categories-prepend devel
|
||||
|
||||
@@ -8,7 +8,7 @@ name py-meson
|
||||
# update version and revision also in the meson port
|
||||
github.setup mesonbuild meson 1.11.1
|
||||
github.tarball_from releases
|
||||
revision 3
|
||||
revision 4
|
||||
|
||||
checksums rmd160 c7bd966adc6b4b9ebd8f63ef988ac768cabec5eb \
|
||||
sha256 6788ae299979643f8d841bcaf64352558436cae45a0355148a3aeeccf7913866 \
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[host_machine]
|
||||
system = 'darwin'
|
||||
subsystem = 'macos'
|
||||
cpu_family = 'aarch64'
|
||||
cpu = 'arm64'
|
||||
endian = 'little'
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[host_machine]
|
||||
system = 'darwin'
|
||||
subsystem = 'macos'
|
||||
cpu_family = 'x86'
|
||||
cpu = 'i386'
|
||||
endian = 'little'
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[host_machine]
|
||||
system = 'darwin'
|
||||
subsystem = 'macos'
|
||||
cpu_family = 'ppc'
|
||||
cpu = 'ppc'
|
||||
endian = 'big'
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[host_machine]
|
||||
system = 'darwin'
|
||||
subsystem = 'macos'
|
||||
cpu_family = 'ppc64'
|
||||
cpu = 'ppc64'
|
||||
endian = 'big'
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[host_machine]
|
||||
system = 'darwin'
|
||||
subsystem = 'macos'
|
||||
cpu_family = 'x86_64'
|
||||
cpu = 'x86_64'
|
||||
endian = 'little'
|
||||
|
||||
Reference in New Issue
Block a user