pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/telepathy-haze
Module Name: pkgsrc
Committed By: mef
Date: Thu Dec 31 00:36:35 UTC 2020
Modified Files:
pkgsrc/chat/telepathy-haze: Makefile
Log Message:
(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
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/chat/telepathy-haze/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/telepathy-haze/Makefile
diff -u pkgsrc/chat/telepathy-haze/Makefile:1.14 pkgsrc/chat/telepathy-haze/Makefile:1.15
--- pkgsrc/chat/telepathy-haze/Makefile:1.14 Thu Nov 5 09:07:37 2020
+++ pkgsrc/chat/telepathy-haze/Makefile Thu Dec 31 00:36:35 2020
@@ -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 @@ GNU_CONFIGURE= yes
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