diff options
author | snj <snj@pkgsrc.org> | 2008-11-07 21:12:12 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2008-11-07 21:12:12 +0000 |
commit | a4a001488f56aaf2c2f500d9774374b23517e09a (patch) | |
tree | ab59b3d5e51820f75f0f97ed9d3f25374404d02c /textproc/highlight/patches/patch-ab | |
parent | 2a7acd95b1a32487429a011ee06a337dcc7f5c23 (diff) | |
download | pkgsrc-a4a001488f56aaf2c2f500d9774374b23517e09a.tar.gz |
Update to 2.6.14: new langauges, various bug fixes, and the option to
output SVG. See bundled ChangeLog for full details.
Diffstat (limited to 'textproc/highlight/patches/patch-ab')
-rw-r--r-- | textproc/highlight/patches/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/highlight/patches/patch-ab b/textproc/highlight/patches/patch-ab index c29547a44a9..9fc37f9cc59 100644 --- a/textproc/highlight/patches/patch-ab +++ b/textproc/highlight/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.1.1.1 2008/02/19 02:23:44 rh Exp $ +$NetBSD: patch-ab,v 1.2 2008/11/07 21:12:12 snj Exp $ ---- src/makefile.orig 2008-02-19 09:38:29.000000000 +1000 -+++ src/makefile -@@ -13,9 +13,7 @@ - # Add -DUSE_FN_MATCH to enable better wildcard support with the --batch-recursive option. - # See "man 3 fnmatch" for details. +--- src/makefile.orig 2008-10-23 19:08:29.000000000 -0700 ++++ src/makefile 2008-11-07 11:56:04.000000000 -0800 +@@ -10,9 +10,7 @@ + # Add -DCONFIG_FILE_PATH=\"/your/path/.highlightrc\" if you want to define a + # custom path to the highlight configuration file (default: $HOME/.highlightrc) -CXX=c++ |