diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-27 14:50:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 14:50:49 +0000 |
commit | e64aa01a0f8e249773c02b1180295c06e6f97075 (patch) | |
tree | e71ea2c4ff8530b9b5824c45339a3d1b1d6662a2 /print/xmbibtex | |
parent | 9543992747c0e1e20163235c93dacedca6e8a277 (diff) | |
download | ports-e64aa01a0f8e249773c02b1180295c06e6f97075.tar.gz ports-e64aa01a0f8e249773c02b1180295c06e6f97075.zip |
Notes
Diffstat (limited to 'print/xmbibtex')
-rw-r--r-- | print/xmbibtex/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/xmbibtex/files/patch-ab b/print/xmbibtex/files/patch-ab new file mode 100644 index 000000000000..9a07e0dcff93 --- /dev/null +++ b/print/xmbibtex/files/patch-ab @@ -0,0 +1,11 @@ +--- biblio.h.orig Sat Feb 26 17:20:53 2000 ++++ biblio.h Sat Feb 26 17:22:19 2000 +@@ -18,7 +18,7 @@ + + class BIBLIO { + /* ... private part ... */ +- const int MAX_FIELD_LENGTH=3000; /* max fieldlength for BibTeX fields */ ++ #define MAX_FIELD_LENGTH 3000 /* max fieldlength for BibTeX fields */ + struct CITATION { + unsigned long id;/* made unsigned long to simplify ref ID generation */ + char *doctype; /* added to standard BibTeX fields */ |