mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Minor tweak to get this to build again on -current.
This commit is contained in:
parent
9543992747
commit
e64aa01a0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26359
11
print/xmbibtex/files/patch-ab
Normal file
11
print/xmbibtex/files/patch-ab
Normal file
@ -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 */
|
Loading…
Reference in New Issue
Block a user