pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/planner Disable python support explicitly as conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58ce8a9135bd
branches:  trunk
changeset: 529699:58ce8a9135bd
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Jun 09 08:01:21 2007 +0000

description:
Disable python support explicitly as configure's "auto" detection is quite
stu^Wbroken.  Also add a missing PKGCONFIG_OVERRIDE.  Fixes PR pkg/36437.

diffstat:

 time/planner/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 94cf4f9e316f -r 58ce8a9135bd time/planner/Makefile
--- a/time/planner/Makefile     Sat Jun 09 07:42:45 2007 +0000
+++ b/time/planner/Makefile     Sat Jun 09 08:01:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/02 16:42:03 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/09 08:01:21 jmmv Exp $
 #
 
 DISTNAME=      planner-0.14.2
@@ -16,6 +16,10 @@
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 USE_LIBTOOL=           yes
 
+PKGCONFIG_OVERRIDE=    libplanner-1.pc.in
+
+CONFIGURE_ARGS+=       --enable-python=no
+
 GCONF2_SCHEMAS=                planner.schemas
 
 .include "../../databases/shared-mime-info/mimedb.mk"



Home | Main Index | Thread Index | Old Index