pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/fcitx5



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Nov 28 19:20:21 UTC 2022

Modified Files:
        pkgsrc/inputmethod/fcitx5: Makefile

Log Message:
fcitx5: Remove --as-needed on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/inputmethod/fcitx5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/fcitx5/Makefile
diff -u pkgsrc/inputmethod/fcitx5/Makefile:1.5 pkgsrc/inputmethod/fcitx5/Makefile:1.6
--- pkgsrc/inputmethod/fcitx5/Makefile:1.5      Sun Mar 27 13:17:34 2022
+++ pkgsrc/inputmethod/fcitx5/Makefile  Mon Nov 28 19:20:21 2022
@@ -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 @@ CMAKE_ARGS+=          -DUSE_SYSTEMD=off
 
 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