diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-08-21 13:25:12 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-08-21 13:25:12 +0000 |
commit | f5acb94ef5817015f525ee0a3e352826ad41927f (patch) | |
tree | ee01d779eb68727db04ee12ad7d8db4377217e0a /comms/multisync-gui | |
parent | 3cb53c2205e6f3c1581bb5710805deb2cc997369 (diff) | |
download | pkgsrc-f5acb94ef5817015f525ee0a3e352826ad41927f.tar.gz |
Fix build on SunOS (needs explicit -lgthread-2.0).
Diffstat (limited to 'comms/multisync-gui')
-rw-r--r-- | comms/multisync-gui/Makefile | 3 |
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" |