summaryrefslogtreecommitdiff
path: root/chat/telepathy-idle
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-16 16:04:52 +0000
committerhans <hans@pkgsrc.org>2012-02-16 16:04:52 +0000
commit9632a0d27bdfeacb0bfc4633e138e3a83f88b309 (patch)
tree254b93444e1b1becc581604790fcb00e94fe351a /chat/telepathy-idle
parentd27fe1e7b1a48bd40a46e00b38f52adb8b63c110 (diff)
downloadpkgsrc-9632a0d27bdfeacb0bfc4633e138e3a83f88b309.tar.gz
Fix build on SunOS.
Diffstat (limited to 'chat/telepathy-idle')
-rw-r--r--chat/telepathy-idle/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile
index cbffdf513c3..13871c9feba 100644
--- a/chat/telepathy-idle/Makefile
+++ b/chat/telepathy-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/02/06 12:39:38 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2012/02/16 16:04:52 hans Exp $
#
DISTNAME= telepathy-idle-0.1.8
@@ -20,6 +20,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
LDFLAGS.DragonFly= -lcrypto
+LDFLAGS.SunOS+= -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"