summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2015-12-13 10:33:49 +0000
committermarkd <markd@pkgsrc.org>2015-12-13 10:33:49 +0000
commitfab7f86672e1a6b5157497dbd42c60060d411a00 (patch)
tree1c528f6ef3bea16617dfcd0255291c82035e1953 /time
parentbb21ecb3b10f749ed07577af6bf0871231127b6b (diff)
downloadpkgsrc-fab7f86672e1a6b5157497dbd42c60060d411a00.tar.gz
LDFLAGS.Linux+= -lgthread-2.0
Diffstat (limited to 'time')
-rw-r--r--time/evolution-webcal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/time/evolution-webcal/Makefile b/time/evolution-webcal/Makefile
index 4baefe45901..9e23f5dbad5 100644
--- a/time/evolution-webcal/Makefile
+++ b/time/evolution-webcal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2015/10/10 01:58:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.84 2015/12/13 10:33:49 markd Exp $
#
DISTNAME= evolution-webcal-2.32.0
@@ -21,6 +21,7 @@ GCONF_SCHEMAS= evolution-webcal.schemas
LDFLAGS.DragonFly= -lgthread-2.0
LDFLAGS.SunOS+= -lgthread-2.0
LDFLAGS.NetBSD+= -lgthread-2.0
+LDFLAGS.Linux+= -lgthread-2.0
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"