diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-14 12:35:41 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-14 12:35:41 +0000 |
commit | 1ac3488ef979de2d24558ae063a346e6aaf17100 (patch) | |
tree | 813bb5ac704b09e15f04c5e596aa06f50b305fca /misc/pybliographer | |
parent | 0c9f6963c2a230227fa660dcb98a69a73353869d (diff) | |
download | ports-1ac3488ef979de2d24558ae063a346e6aaf17100.tar.gz ports-1ac3488ef979de2d24558ae063a346e6aaf17100.zip |
Notes
Diffstat (limited to 'misc/pybliographer')
-rw-r--r-- | misc/pybliographer/files/patch-bibtex::reverse.c | 11 |
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> |