pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/fcitx5 fcitx5: Remove --as-needed on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e880c3c22e7c
branches:  trunk
changeset: 389003:e880c3c22e7c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Nov 28 19:20:21 2022 +0000

description:
fcitx5: Remove --as-needed on SunOS.

diffstat:

 inputmethod/fcitx5/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ad2d62597d92 -r e880c3c22e7c inputmethod/fcitx5/Makefile
--- a/inputmethod/fcitx5/Makefile       Mon Nov 28 19:16:13 2022 +0000
+++ b/inputmethod/fcitx5/Makefile       Mon Nov 28 19:20:21 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/03/27 13:17:34 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2022/11/28 19:20:21 jperkin Exp $
 
 DISTNAME=      fcitx5-5.0.5
 PKGREVISION=   3
@@ -42,6 +42,8 @@
 
 CXXFLAGS.NetBSD+=      -DLIBKVM_FOUND
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--as-needed
+
 PKGCONFIG_OVERRIDE+=   src/lib/fcitx-config/Fcitx5Config.pc.in
 PKGCONFIG_OVERRIDE+=   src/lib/fcitx-utils/Fcitx5Utils.pc.in
 PKGCONFIG_OVERRIDE+=   src/lib/fcitx/Fcitx5Core.pc.in



Home | Main Index | Thread Index | Old Index