diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-12-08 16:23:46 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-12-08 16:23:46 +0000 |
commit | f9e095b86bcda6079476767039ea9dfe3962e524 (patch) | |
tree | af89eb70d08320ed43dfba5cb2b2ec82a623be11 /textproc/Ebnf2ps/files/patch-src::Defaults.hs | |
parent | New port: epsmerge, merge multiple EPS files into single PS or EPS output. (diff) |
New port: Ebnf2ps, draw EPS or FIG format railroad-style syntax diagrams
from YACC, EBNF or HAPPY input grammars. Requires Haskell (ghc) to build.
Diffstat (limited to 'textproc/Ebnf2ps/files/patch-src::Defaults.hs')
-rw-r--r-- | textproc/Ebnf2ps/files/patch-src::Defaults.hs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/Ebnf2ps/files/patch-src::Defaults.hs b/textproc/Ebnf2ps/files/patch-src::Defaults.hs new file mode 100644 index 000000000000..d29c71e9b8f3 --- /dev/null +++ b/textproc/Ebnf2ps/files/patch-src::Defaults.hs @@ -0,0 +1,14 @@ +--- src/Defaults.hs.orig Thu Nov 27 16:42:13 2003 ++++ src/Defaults.hs Thu Nov 27 16:42:47 2003 +@@ -6,9 +6,9 @@ + where + + afmPathDefault = [ +-#include <afmpath.h> ++#include "afmpath.h" + , "/usr/local/tex/lib/TeXPS/afm"] + ebnfInputDefault = ["."] + rgbPathDefault = [ +-#include <rgbpath.h> ++#include "rgbpath.h" + , "/usr/X11R6/lib/X11"] |