diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-08-05 08:37:11 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-08-05 08:37:11 +0000 |
commit | c1b6799e39388660b221bf99f879a8a7a64dda66 (patch) | |
tree | 6bf2d593a73083a9844c4c2ffbad2b36683859e4 /app-dicts/wordnet/files | |
parent | Fix a typo in the date. (diff) | |
download | gentoo-2-c1b6799e39388660b221bf99f879a8a7a64dda66.tar.gz gentoo-2-c1b6799e39388660b221bf99f879a8a7a64dda66.tar.bz2 gentoo-2-c1b6799e39388660b221bf99f879a8a7a64dda66.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-dicts/wordnet/files')
-rw-r--r-- | app-dicts/wordnet/files/wordnet-2.0-macos.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-dicts/wordnet/files/wordnet-2.0-macos.patch b/app-dicts/wordnet/files/wordnet-2.0-macos.patch deleted file mode 100644 index 555312d091bf..000000000000 --- a/app-dicts/wordnet/files/wordnet-2.0-macos.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- WordNet-2.0/src/lib/wnutil.c.orig 2005-11-12 15:52:07.000000000 +0100 -+++ WordNet-2.0/src/lib/wnutil.c 2005-11-12 15:52:51.000000000 +0100 -@@ -7,7 +7,7 @@ - #include <stdio.h> - #include <ctype.h> - --#ifdef UNIX -+#if defined(UNIX) && !defined(__APPLE__) - #include <malloc.h> - #endif - |