View | Details | Raw Unified | Return to bug 257621
Collapse All | Expand All

(-)b/net-im/fractal/Makefile (-2 / +2 lines)
Lines 31-37 INSTALLS_ICONS= yes Link Here
31
# for the gettext-sys crate
31
# for the gettext-sys crate
32
MAKE_ENV+=	GETTEXT_BIN_DIR=${LOCALBASE}/bin \
32
MAKE_ENV+=	GETTEXT_BIN_DIR=${LOCALBASE}/bin \
33
		GETTEXT_LIB_DIR=${LOCALBASE}/lib \
33
		GETTEXT_LIB_DIR=${LOCALBASE}/lib \
34
		GETTEXT_INCLUDE_DIR=${LOCALBASE}/include
34
		GETTEXT_INCLUDE_DIR=${LOCALBASE}/include \
35
		RUSTFLAGS="${RUSTFLAGS} -C linker=${CC:Q} ${LDFLAGS:C/.+/-C link-arg=&/}"
35
36
36
post-patch:
37
post-patch:
37
# Disable vendor checksums
38
# Disable vendor checksums
38
- 

Return to bug 257621