pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk2 Suppress the unexptected cups detection.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31c1259b4e59
branches:  trunk
changeset: 534438:31c1259b4e59
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Oct 21 01:18:36 2007 +0000

description:
Suppress the unexptected cups detection.
Fixes PR 37134.

diffstat:

 x11/gtk2/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r d40d7003c106 -r 31c1259b4e59 x11/gtk2/options.mk
--- a/x11/gtk2/options.mk       Sun Oct 21 00:23:51 2007 +0000
+++ b/x11/gtk2/options.mk       Sun Oct 21 01:18:36 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2007/05/25 18:02:45 joerg Exp $
+# $NetBSD: options.mk,v 1.7 2007/10/21 01:18:36 obache Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk2
 PKG_SUPPORTED_OPTIONS= cups debug
@@ -13,10 +13,10 @@
 
 .if !empty(PKG_OPTIONS:Mcups)
 .include "../../print/cups/buildlink3.mk"
-CONFIGURE_ENV+=                ENABLE_CUPS=yes
 PLIST_SUBST+=          CUPS=
 .else
 PLIST_SUBST+=          CUPS="@comment "
+CONFIGURE_ENV+=                ac_cv_path_CUPS_CONFIG=no
 .endif
 
 .if !empty(PKG_OPTIONS:Mdebug)



Home | Main Index | Thread Index | Old Index