diff options
author | marino <marino> | 2012-01-24 23:32:24 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-24 23:32:24 +0000 |
commit | 12a05200067d67a1c11dbd194bb94d67e8c55b11 (patch) | |
tree | 72070e79fea5fac98b4559922b45f2e6a47e3b11 | |
parent | 92cca5efd71e174b3e3221dafa51ef2f0a01d64c (diff) | |
download | pkgsrc-12a05200067d67a1c11dbd194bb94d67e8c55b11.tar.gz |
chat/telepathy-idle: Fix indirect linking error on DragonFly only
-rw-r--r-- | chat/telepathy-idle/Makefile | 4 |
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" |