aboutsummaryrefslogtreecommitdiff
path: root/textproc/wordnet/files/patch-af
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-08-20 16:05:05 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-08-20 16:05:05 +0000
commit2dfda79c21583df0e95900598ce1b39dce5a144d (patch)
tree0f9a3de4e1d4f25dcd94503d0e838ee85713098e /textproc/wordnet/files/patch-af
parent1197f219d510a98cad6d987c9c00a648ca44558d (diff)
downloadports-2dfda79c21583df0e95900598ce1b39dce5a144d.tar.gz
ports-2dfda79c21583df0e95900598ce1b39dce5a144d.zip
Upgrade to 1.7.1. Fix the long standing problem reported in ports/41339
(wrong resourcedir specified). Don't install second copies of some man-pages under share/. Verify build on -current -- with the new bsd.lib.mk (ports/40174). PR: ports/40174, ports/41339 Submitted by: Sid Carter, Maxim Tulyuk
Notes
Notes: svn path=/head/; revision=64696
Diffstat (limited to 'textproc/wordnet/files/patch-af')
-rw-r--r--textproc/wordnet/files/patch-af7
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/wordnet/files/patch-af b/textproc/wordnet/files/patch-af
new file mode 100644
index 000000000000..c2f740677509
--- /dev/null
+++ b/textproc/wordnet/files/patch-af
@@ -0,0 +1,7 @@
+--- include/wn.h Thu Mar 7 14:59:59 2002
++++ include/wn.h Tue Aug 20 11:24:43 2002
+@@ -32,3 +32,3 @@
+ /* Set bit for each search type that is valid for the search word
+ passed and return bit mask. */
+-extern unsigned int is_defined(char *, int);
++extern unsigned long is_defined(char *, int);