summaryrefslogtreecommitdiff
path: root/misc/pybliographer
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-04-14 12:35:41 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-04-14 12:35:41 +0000
commit1ac3488ef979de2d24558ae063a346e6aaf17100 (patch)
tree813bb5ac704b09e15f04c5e596aa06f50b305fca /misc/pybliographer
parentBug workaround for mini-skin. (diff)
Add patch, necessary for 4.x
PR: 50577 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=78957
Diffstat (limited to 'misc/pybliographer')
-rw-r--r--misc/pybliographer/files/patch-bibtex::reverse.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/pybliographer/files/patch-bibtex::reverse.c b/misc/pybliographer/files/patch-bibtex::reverse.c
new file mode 100644
index 000000000000..000ad15e9323
--- /dev/null
+++ b/misc/pybliographer/files/patch-bibtex::reverse.c
@@ -0,0 +1,11 @@
+--- bibtex/reverse.c.dist Tue Apr 1 19:22:52 2003
++++ bibtex/reverse.c Tue Apr 1 19:22:09 2003
+@@ -26,7 +26,7 @@
+ #endif
+
+ #include <string.h>
+-#include <regex.h>
++#include <gnuregex.h>
+
+ #ifdef HAVE_STDBOOL_H
+ #include <stdbool.h>