aboutsummaryrefslogtreecommitdiffstats
path: root/print/xmbibtex/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-02-27 22:50:49 +0800
committersteve <steve@FreeBSD.org>2000-02-27 22:50:49 +0800
commitdb904e7235314edaccc8b452e5e97838e17fafa5 (patch)
treed093d2c49e303f33592432f520d1a2c0290f1ebd /print/xmbibtex/files
parentd383eb8e00dbaf0f43c1d3150864f5a1de1398f7 (diff)
downloadfreebsd-ports-gnome-db904e7235314edaccc8b452e5e97838e17fafa5.tar.gz
freebsd-ports-gnome-db904e7235314edaccc8b452e5e97838e17fafa5.tar.zst
freebsd-ports-gnome-db904e7235314edaccc8b452e5e97838e17fafa5.zip
Minor tweak to get this to build again on -current.
Diffstat (limited to 'print/xmbibtex/files')
-rw-r--r--print/xmbibtex/files/patch-ab11
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 */