pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/telepathy-haze (chat/telepathy-haze) Add python/a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e37091940e15
branches:  trunk
changeset: 443881:e37091940e15
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Dec 31 00:36:35 2020 +0000

description:
(chat/telepathy-haze) Add python/applicaition.mk for adhoc fix

build log says
checking for a Python interpreter with version >= 2.5... none
configure: error: no suitable Python interpreter found

So I've added the line:
.include "../../lang/python/application.mk"
Please correct for better resolution, thanks

diffstat:

 chat/telepathy-haze/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d8f918c56353 -r e37091940e15 chat/telepathy-haze/Makefile
--- a/chat/telepathy-haze/Makefile      Thu Dec 31 00:34:36 2020 +0000
+++ b/chat/telepathy-haze/Makefile      Thu Dec 31 00:36:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/11/05 09:07:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2020/12/31 00:36:35 mef Exp $
 
 DISTNAME=      telepathy-haze-0.8.0
 PKGREVISION=   4
@@ -14,6 +14,7 @@
 USE_TOOLS=     gmake pkg-config
 PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.8.0
 
+.include "../../lang/python/application.mk"
 .include "../../chat/libpurple/buildlink3.mk"
 .include "../../chat/telepathy-glib/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"



Home | Main Index | Thread Index | Old Index