summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-08-21 13:25:12 +0000
committerjperkin <jperkin@pkgsrc.org>2014-08-21 13:25:12 +0000
commitb7bf4114085b345e919d546a3d77fe529eed38b9 (patch)
treeee01d779eb68727db04ee12ad7d8db4377217e0a /comms
parent47b4a377ac8366be7e6762abfda5833189f90e44 (diff)
downloadpkgsrc-b7bf4114085b345e919d546a3d77fe529eed38b9.tar.gz
Fix build on SunOS (needs explicit -lgthread-2.0).
Diffstat (limited to 'comms')
-rw-r--r--comms/multisync-gui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/multisync-gui/Makefile b/comms/multisync-gui/Makefile
index 2ed5e49f88d..f0aac900455 100644
--- a/comms/multisync-gui/Makefile
+++ b/comms/multisync-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2014/05/09 07:36:56 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2014/08/21 13:25:12 jperkin Exp $
DISTNAME= multisync-gui-0.91.0
PKGREVISION= 29
@@ -16,6 +16,7 @@ REPLACE_PYTHON= waf
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.91.0
LDFLAGS.DragonFly= -lgthread-2.0
+LDFLAGS.SunOS+= -lgthread-2.0
.include "../../lang/python/application.mk"
.include "../../devel/glib2/buildlink3.mk"