summaryrefslogtreecommitdiff
path: root/graphics/gnome-iconedit/patches/patch-aa
blob: 092817a800b84a654aab56b2f9a5d27fbf25365a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.2 2002/10/08 07:53:46 jlam Exp $

--- configure.orig	Sat Jul  8 12:33:34 2000
+++ configure
@@ -2513,7 +2513,7 @@ help_yes_print=no
 
 echo $ac_n "checking for static libgnomeprint""... $ac_c" 1>&6
 echo "configure:2516: checking for static libgnomeprint" >&5
-if test -e $GNOME_PRINT_PREFIX/lib/libgnomeprint.a ; then
+if false; then
 	echo "$ac_t""yes" 1>&6
 	cat >> confdefs.h <<\EOF
 #define HAVE_GNOME_PRINT 1
@@ -2537,7 +2537,7 @@ fi
 
 echo $ac_n "checking if Bonobo uses OAF""... $ac_c" 1>&6
 echo "configure:2540: checking if Bonobo uses OAF" >&5
-if ( gnome-config --libs bonobo | grep oaf ) > /dev/null 2>&1; then
+if false; then
 	enable_oaf="yes"
 else
 	enable_oaf="no"