aboutsummaryrefslogtreecommitdiff
path: root/misc/gnomesword/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnomesword/files/patch-configure')
-rw-r--r--misc/gnomesword/files/patch-configure28
1 files changed, 0 insertions, 28 deletions
diff --git a/misc/gnomesword/files/patch-configure b/misc/gnomesword/files/patch-configure
deleted file mode 100644
index e9323f3b5252..000000000000
--- a/misc/gnomesword/files/patch-configure
+++ /dev/null
@@ -1,28 +0,0 @@
---- 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