diff options
Diffstat (limited to 'misc/xiphos/files/patch-configure')
-rw-r--r-- | misc/xiphos/files/patch-configure | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/misc/xiphos/files/patch-configure b/misc/xiphos/files/patch-configure new file mode 100644 index 000000000000..e9323f3b5252 --- /dev/null +++ b/misc/xiphos/files/patch-configure @@ -0,0 +1,28 @@ +--- configure.orig Sat Jan 11 16:54:15 2003 ++++ configure Fri Feb 28 17:38:01 2003 +@@ -7438,7 +7438,7 @@ + EOF + + cat >> confdefs.h <<EOF +-#define PACKAGE_PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/pixmaps/${PACKAGE}" ++#define PACKAGE_PIXMAPS_DIR "${PREFIX}/share/gnome/pixmaps/gnomesword" + EOF + + cat >> confdefs.h <<EOF +@@ -8194,16 +8194,7 @@ + gtkhtml_ok="false" + echo $ac_n "checking for GtkHTML""... $ac_c" 1>&6 + echo "configure:8197: checking for GtkHTML" >&5 +- if gnome-config --libs gtkhtml > /dev/null 2>&1; then +- vers=`gnome-config --modversion gtkhtml` +- case $vers +- in +- gtkhtml-0.012345678) gtkhtml_ok=false ;; +- *) gtkhtml_ok=true ;; +- esac +- else + gtkhtml_ok=false +- fi + + if $gtkhtml_ok; then + echo "$ac_t""$vers found" 1>&6 |