diff options
author | obache <obache@pkgsrc.org> | 2011-04-06 08:10:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-06 08:10:22 +0000 |
commit | 33e519295053e9d886642123c43977c601c64ddf (patch) | |
tree | 36fafb219ddd1913cddbb49e0970e46525f09f32 /chat/empathy | |
parent | 678a963e9bbdc8cf5ae93f41b3ed85b4a60090f4 (diff) | |
download | pkgsrc-33e519295053e9d886642123c43977c601c64ddf.tar.gz |
tell ca-file to configure same as www/epiphany, or failed to configure without the file
Diffstat (limited to 'chat/empathy')
-rw-r--r-- | chat/empathy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index 01a79356f3e..e5627d9f41e 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/04/05 18:27:08 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2011/04/06 08:10:22 obache Exp $ DISTNAME= empathy-2.34.0 CATEGORIES= chat gnome @@ -20,6 +20,9 @@ CONFIGURE_ENV+= YELL_CFLAGS=-I${WRKSRC}/telepathy-yell CONFIGURE_ENV+= \ YELL_LIBS="-L${WRKSRC}/telepathy-yell/telepathy-yell -ltelepathy-yell" +# see pkgsrc/security/mozilla-rootcerts +CONFIGURE_ARGS+= --with-ca-file=/etc/ssl/certs/ca-certificates.crt + BUILDLINK_TRANSFORM+= rm:-Werror # notyet |