diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-01-05 06:46:49 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-01-05 06:57:18 +0000 |
commit | 17c8fc74210cbaf8a923e9ec4be6a0565ffca234 (patch) | |
tree | 7839bd8854a44a3e23a81d0149a99893fd5d1381 | |
parent | f8be2c80ad1b62e7f79e7bb37007fc5819e72d2e (diff) | |
download | ports-17c8fc74210cbaf8a923e9ec4be6a0565ffca234.tar.gz ports-17c8fc74210cbaf8a923e9ec4be6a0565ffca234.zip |
x11-wm/river: respect CPUTYPE instead of host CPU
-rw-r--r-- | x11-wm/river/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index c6a97fdbb29f..b4c68064133e 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} \ |