pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/liblxqt



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Apr 25 22:38:40 UTC 2022

Modified Files:
        pkgsrc/x11/liblxqt: Makefile

Log Message:
liblxqt: no -Wl,-Bsymbolic-functions on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/liblxqt/Makefile

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

Modified files:

Index: pkgsrc/x11/liblxqt/Makefile
diff -u pkgsrc/x11/liblxqt/Makefile:1.19 pkgsrc/x11/liblxqt/Makefile:1.20
--- pkgsrc/x11/liblxqt/Makefile:1.19    Sun Apr 24 15:01:31 2022
+++ pkgsrc/x11/liblxqt/Makefile Mon Apr 25 22:38:39 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/04/24 15:01:31 pin Exp $
+# $NetBSD: Makefile,v 1.20 2022/04/25 22:38:39 tnn Exp $
 
 DISTNAME=      liblxqt-1.1.0
 CATEGORIES=    x11
@@ -24,6 +24,9 @@ pre-configure:
 TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
+LDFLAGS.SunOS+=                        -lsocket
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-Bsymbolic-functions
+
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
 .include "../../x11/kwindowsystem/buildlink3.mk"



Home | Main Index | Thread Index | Old Index