aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-01-05 06:46:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-01-05 06:57:50 +0000
commit18f16946c41a97c648046091414586dce4edccc3 (patch)
treeeb5cc2eeeea70e835442600e01150fe7f85c1798
parent4cb967f098ef6b8e286148176fa3fe9deab244bd (diff)
downloadports-18f16946c41a97c648046091414586dce4edccc3.tar.gz
ports-18f16946c41a97c648046091414586dce4edccc3.zip
x11-wm/river: respect CPUTYPE instead of host CPU
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27227#note_191521 (cherry picked from commit 17c8fc74210cbaf8a923e9ec4be6a0565ffca234)
-rw-r--r--x11-wm/river/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile
index 012f082c89ef..eedbfd7d2f07 100644
--- a/x11-wm/river/Makefile
+++ b/x11-wm/river/Makefile
@@ -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} \