summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2014-12-02 10:45:40 +0000
committerjmcneill <jmcneill@pkgsrc.org>2014-12-02 10:45:40 +0000
commit9249fc4cb03b680fd86dee0770c3ce6b46f89e8c (patch)
tree213e71d0d11bad7f0aa7d2c4af1ac9ab515f7798 /time
parent5ece94cbd00cbbf23f43d8d86a9340a201618462 (diff)
downloadpkgsrc-9249fc4cb03b680fd86dee0770c3ce6b46f89e8c.tar.gz
add -lgthread-2.0 to LDFLAGS on NetBSD, as is already done for SunOS and
DragonFly: ld: evolution-webcal-main.o: undefined reference to symbol 'g_thread_init' ld: note: 'g_thread_init' is defined in DSO /usr/pkg/lib/libgthread-2.0.so.0 so try adding it to the linker command line /usr/pkg/lib/libgthread-2.0.so.0: could not read symbols: Invalid operation
Diffstat (limited to 'time')
-rw-r--r--time/evolution-webcal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/time/evolution-webcal/Makefile b/time/evolution-webcal/Makefile
index 67839d857b4..3781e540a9a 100644
--- a/time/evolution-webcal/Makefile
+++ b/time/evolution-webcal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2014/10/07 16:47:36 adam Exp $
+# $NetBSD: Makefile,v 1.79 2014/12/02 10:45:40 jmcneill Exp $
#
DISTNAME= evolution-webcal-2.32.0
@@ -19,7 +19,8 @@ USE_PKGLOCALEDIR= YES
GCONF_SCHEMAS= evolution-webcal.schemas
LDFLAGS.DragonFly= -lgthread-2.0
-LDFLAGS.SunOS+= -lgthread-2.0
+LDFLAGS.SunOS+= -lgthread-2.0
+LDFLAGS.NetBSD+= -lgthread-2.0
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"