mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
x11-wm/river: respect CPUTYPE instead of host CPU
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27227#note_191521
This commit is contained in:
parent
f8be2c80ad
commit
17c8fc7421
@ -1,6 +1,7 @@
|
||||
PORTNAME= river
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
@ -30,6 +31,7 @@ GH_TUPLE= ifreund:zig-pixman:d381567:zig_pixman/deps/zig-pixman \
|
||||
MAKE_ENV= DESTDIR="${STAGEDIR}"
|
||||
CONFIGURE_ARGS= --prefix "${PREFIX}" \
|
||||
${WITH_DEBUG:D:U-Drelease-fast} \
|
||||
-Dcpu=${CPUTYPE:Ubaseline} \
|
||||
--verbose
|
||||
NO_INSTALL= yes # strip(1) breaks runtime
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
|
Loading…
Reference in New Issue
Block a user