summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-24 23:32:24 +0000
committermarino <marino@pkgsrc.org>2012-01-24 23:32:24 +0000
commit091b24768f94b5dd237ad168124a27de74ce0378 (patch)
tree72070e79fea5fac98b4559922b45f2e6a47e3b11 /chat
parentfc5663316ab7c017de1cc8e2aaf68d210d3c700e (diff)
downloadpkgsrc-091b24768f94b5dd237ad168124a27de74ce0378.tar.gz
chat/telepathy-idle: Fix indirect linking error on DragonFly only
Diffstat (limited to 'chat')
-rw-r--r--chat/telepathy-idle/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile
index 29bc1e4120b..837b2c6cdc3 100644
--- a/chat/telepathy-idle/Makefile
+++ b/chat/telepathy-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2011/04/22 13:43:08 obache Exp $
+# $NetBSD: Makefile,v 1.17 2012/01/24 23:32:24 marino Exp $
#
DISTNAME= telepathy-idle-0.1.8
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
+LDFLAGS.DragonFly= -lcrypto
+
CONFIGURE_ARGS+= OPENSSL_CFLAGS=-I${BUILDLINK_PREFIX.openssl}/include
CONFIGURE_ARGS+= OPENSSL_LIBS="-L${BUILDLINK_PREFIX.openssl}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib -lssl"