mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net-im/fractal: respect RUSTFLAGS
Set RUSTFLAGS like Mk/Uses/cargo.mk does to respect CC and LDFLAGS. PR: 257621 Approved by: Greg V <greg@unrelenting.technology> (maintainer)
This commit is contained in:
parent
b237992a95
commit
e6d430445e
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ INSTALLS_ICONS= yes
|
|||
# for the gettext-sys crate
|
||||
MAKE_ENV+= GETTEXT_BIN_DIR=${LOCALBASE}/bin \
|
||||
GETTEXT_LIB_DIR=${LOCALBASE}/lib \
|
||||
GETTEXT_INCLUDE_DIR=${LOCALBASE}/include
|
||||
GETTEXT_INCLUDE_DIR=${LOCALBASE}/include \
|
||||
RUSTFLAGS="${RUSTFLAGS} -C linker=${CC:Q} ${LDFLAGS:C/.+/-C link-arg=&/}"
|
||||
|
||||
post-patch:
|
||||
# Disable vendor checksums
|
||||
|
|
Loading…
Add table
Reference in a new issue