summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-09-08 17:12:12 +0000
committerMichael Januszewski <spock@gentoo.org>2004-09-08 17:12:12 +0000
commit665530cb02d6edc59285bed672428d96c9642d6f (patch)
treefa2e06a175f5b213e1ae98a24fadbc0fc422b2e0 /net-im/gnugadu/files
parentRemoved old ebuilds. (Manifest recommit) (diff)
downloadgentoo-2-665530cb02d6edc59285bed672428d96c9642d6f.tar.gz
gentoo-2-665530cb02d6edc59285bed672428d96c9642d6f.tar.bz2
gentoo-2-665530cb02d6edc59285bed672428d96c9642d6f.zip
Removed an unused patch.
Diffstat (limited to 'net-im/gnugadu/files')
-rw-r--r--net-im/gnugadu/files/gnugadu-2.0.3-aspell-link.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-im/gnugadu/files/gnugadu-2.0.3-aspell-link.patch b/net-im/gnugadu/files/gnugadu-2.0.3-aspell-link.patch
deleted file mode 100644
index 9bba5bd22c2b..000000000000
--- a/net-im/gnugadu/files/gnugadu-2.0.3-aspell-link.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- gg2-2.0.3/configure.in 2004-06-21 13:10:45.819949608 +0200
-+++ gg2-2.0.3.aspell/configure.in 2004-06-21 13:24:03.032754840 +0200
-@@ -202,6 +202,9 @@
- PKG_CHECK_MODULES(GTKSPELL,gtkspell-2.0 >= 2.0.0,[],want_gtkspell=no)
- if test "$want_gtkspell" = "no"; then
- AC_MSG_WARN([*** gtkspell support has been disabled ***])
-+ else
-+ GTKSPELL_LIBS="$GTKSPELL_LIBS -laspell" # with spell support it needs to link to libaspell
-+ # for some reason
- fi
- AC_SUBST(GTKSPELL_CFLAGS)
- AC_SUBST(GTKSPELL_LIBS)
---- gg2-2.0.3/configure 2004-06-21 13:10:33.474826352 +0200
-+++ gg2-2.0.3.aspell/configure 2004-06-21 13:24:28.509881728 +0200
--for ac_prog in awk mawk gawk nawk
-+for ac_prog in gawk mawk nawk awk
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
-@@ -28878,6 +28881,9 @@
- if test "$want_gtkspell" = "no"; then
- { echo "$as_me:$LINENO: WARNING: *** gtkspell support has been disabled ***" >&5
- echo "$as_me: WARNING: *** gtkspell support has been disabled ***" >&2;}
-+ else
-+ GTKSPELL_LIBS="$GTKSPELL_LIBS -laspell" # with spell support it needs to link to libaspell
-+ # for some reason
- fi
-
-