aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gnome-spell/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gnome-spell/files/patch-configure')
-rw-r--r--textproc/gnome-spell/files/patch-configure37
1 files changed, 0 insertions, 37 deletions
diff --git a/textproc/gnome-spell/files/patch-configure b/textproc/gnome-spell/files/patch-configure
deleted file mode 100644
index e1b5eff37a3c..000000000000
--- a/textproc/gnome-spell/files/patch-configure
+++ /dev/null
@@ -1,37 +0,0 @@
-
-$FreeBSD$
-
---- configure 2002/07/10 08:46:51 1.1
-+++ configure 2002/07/10 08:47:01
-@@ -1196,31 +1196,6 @@
- fi
- fi
-
-- if test -n "capplet"; then
-- n="capplet"
-- for i in $n; do
-- echo $ac_n "checking extra library \"$i\"""... $ac_c" 1>&6
--echo "configure:1204: checking extra library \"$i\"" >&5
-- case $i in
-- applets)
--
-- GNOME_APPLETS_LIBS=`$GNOME_CONFIG --libs-only-l applets`
-- echo "$ac_t""$GNOME_APPLETS_LIBS" 1>&6;;
-- docklets)
--
-- GNOME_DOCKLETS_LIBS=`$GNOME_CONFIG --libs-only-l docklets`
-- echo "$ac_t""$GNOME_DOCKLETS_LIBS" 1>&6;;
-- capplet)
--
-- GNOME_CAPPLET_LIBS=`$GNOME_CONFIG --libs-only-l capplet`
-- echo "$ac_t""$GNOME_CAPPLET_LIBS" 1>&6;;
-- *)
-- echo "$ac_t""unknown library" 1>&6
-- esac
-- EXTRA_INCLUDEDIR=`$GNOME_CONFIG --cflags $i`
-- GNOME_INCLUDEDIR="$GNOME_INCLUDEDIR $EXTRA_INCLUDEDIR"
-- done
-- fi
-
-
-