pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libfm-qt
Module Name: pkgsrc
Committed By: tnn
Date: Mon Apr 25 22:53:52 UTC 2022
Modified Files:
pkgsrc/x11/libfm-qt: Makefile
Log Message:
libfm-qt: no -Wl,-Bsymbolic-functions on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/libfm-qt/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/libfm-qt/Makefile
diff -u pkgsrc/x11/libfm-qt/Makefile:1.19 pkgsrc/x11/libfm-qt/Makefile:1.20
--- pkgsrc/x11/libfm-qt/Makefile:1.19 Sun Apr 24 15:03:14 2022
+++ pkgsrc/x11/libfm-qt/Makefile Mon Apr 25 22:53:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/04/24 15:03:14 pin Exp $
+# $NetBSD: Makefile,v 1.20 2022/04/25 22:53:52 tnn Exp $
DISTNAME= libfm-qt-1.1.0
CATEGORIES= x11
@@ -36,6 +36,9 @@ pre-configure:
TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools
TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-Bsymbolic-functions
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-Bsymbolic
+
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtx11extras/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index