summaryrefslogtreecommitdiff
path: root/sysutils/bacula-tray-monitor-qt5
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-07-29 16:29:08 +0000
committerjperkin <jperkin@pkgsrc.org>2022-07-29 16:29:08 +0000
commitf90b81cc1250169ce650699ed5423548a8c71681 (patch)
tree0f567c9d177b3458f056d0f7fd3ceb470dd2b1eb /sysutils/bacula-tray-monitor-qt5
parent110f1b47fd455f2b581aa9a14bafac66f9e814eb (diff)
downloadpkgsrc-f90b81cc1250169ce650699ed5423548a8c71681.tar.gz
*: Explicitly pass -lintl on SunOS where required.
Recent libtool update appears to have exposed more of these.
Diffstat (limited to 'sysutils/bacula-tray-monitor-qt5')
-rw-r--r--sysutils/bacula-tray-monitor-qt5/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/bacula-tray-monitor-qt5/Makefile b/sysutils/bacula-tray-monitor-qt5/Makefile
index 3067c8de033..973a5cc0b53 100644
--- a/sysutils/bacula-tray-monitor-qt5/Makefile
+++ b/sysutils/bacula-tray-monitor-qt5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/04/18 19:12:02 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/07/29 16:29:09 jperkin Exp $
PKGNAME= ${DISTNAME:S/-/-tray-monitor-qt5-/}
PKGREVISION= 3
@@ -16,6 +16,8 @@ BUILDLINK_TRANSFORM+= opt:-std=c++98:-std=gnu++98 # typeof
BUILD_DIRS= src/qt-console/tray-monitor
+LIBS.SunOS+= -lintl
+
INSTALLATION_DIRS= bin share/examples/bacula
CONF_FILES+= ${EXAMPLESDIR}/tray-monitor.conf ${PKG_SYSCONFDIR}/tray-monitor.conf