summaryrefslogtreecommitdiff
path: root/lang/guile16/patches/patch-libguile_guile-snarf-docs.in
blob: 57e45aff5649a731a37818f71fa02079f586ffa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-libguile_guile-snarf-docs.in,v 1.1 2013/10/04 18:35:22 joerg Exp $

--- libguile/guile-snarf-docs.in.orig	2013-09-29 06:44:33.000000000 +0000
+++ libguile/guile-snarf-docs.in
@@ -23,4 +23,5 @@ bindir=`dirname $0`
 ## Let the user override the preprocessor autoconf found.
 test -n "${CPP+set}" || CPP="@CPP@"
 
-${CPP} -DSCM_MAGIC_SNARF_DOCS "$@"
+${CPP} -DSCM_MAGIC_SNARF_DOCS "$@" | grep -v '^#' | sed 's,\^ *\^ {,\
+&,g'