Thu Aug 21 13:25:12 2014 UTC ()
Fix build on SunOS (needs explicit -lgthread-2.0).


(jperkin)
diff -r1.37 -r1.38 pkgsrc/comms/multisync-gui/Makefile

cvs diff -r1.37 -r1.38 pkgsrc/comms/multisync-gui/Makefile (expand / switch to context diff)
--- pkgsrc/comms/multisync-gui/Makefile 2014/05/09 07:36:56 1.37
+++ pkgsrc/comms/multisync-gui/Makefile 2014/08/21 13:25:12 1.38
@@ -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 @@
 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"