x11-wm/river: respect WITH_PIE and STRIP (no WITH_DEBUG)
$ pkg info -s river
-river-0.2.2_1 3.88MiB
+river-0.2.2_2 534KiB
https://github.com/riverwm/river/commit/3cb6428da6bc
(cherry picked from commit 1406a61cc8
)
This commit is contained in:
parent
b670deaaa5
commit
ccbc5d7897
@ -1,6 +1,7 @@
|
||||
PORTNAME= river
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm wayland
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
@ -31,6 +32,8 @@ 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} \
|
||||
${WITH_PIE:D-Dpie} \
|
||||
${STRIP:C/.+/-Dstrip/} \
|
||||
-Dcpu=${CPUTYPE:Ubaseline} \
|
||||
--verbose
|
||||
NO_INSTALL= yes # strip(1) breaks runtime
|
||||
|
Loading…
Reference in New Issue
Block a user