pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/transmission Fix libevent detection on NetBSD-curr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e3024c1c9a9
branches: trunk
changeset: 642971:8e3024c1c9a9
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Dec 08 13:03:19 2014 +0000
description:
Fix libevent detection on NetBSD-current.
diffstat:
net/transmission/Makefile.common | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 050547b61d72 -r 8e3024c1c9a9 net/transmission/Makefile.common
--- a/net/transmission/Makefile.common Mon Dec 08 13:00:04 2014 +0000
+++ b/net/transmission/Makefile.common Mon Dec 08 13:03:19 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2014/07/11 10:10:10 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2014/12/08 13:03:19 wiz Exp $
#
# used by net/transmission/Makefile
# used by net/transmission-gtk/Makefile
@@ -35,6 +35,8 @@
LDFLAGS+= -framework CoreFoundation
.endif
+ALL_ENV+= LIBEVENT_CFLAGS=-I${BUILDLINK_PREFIX.libevent}/include
+ALL_ENV+= LIBEVENT_LIBS="-L${BUILDLINK_PREFIX.libevent}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libevent}/lib -levent"
BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.10
.include "../../devel/libevent/buildlink3.mk"
ALL_ENV+= "OPENSSL_CFLAGS=-I${SSLBASE}/include"
Home |
Main Index |
Thread Index |
Old Index