summaryrefslogtreecommitdiff
path: root/external/libfreehand/libfreehand_quote.patch.1
blob: 08328bcc3d576dc61be217e5f4105a8b94096005 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libfreehand/src/lib/Makefile.in.orig	2014-06-01 22:07:48.468000000 +0200
+++ libfreehand/src/lib/Makefile.in	2014-06-01 22:08:06.642000000 +0200
@@ -709,7 +709,7 @@
 
 $(top_builddir)/src/lib/tokenhash.h : $(top_builddir)/src/lib/tokens.gperf
 	$(GPERF) --compare-strncmp -C -m 20 $(top_builddir)/src/lib/tokens.gperf \
-		| $(SED) -e "s/(char\*)0/(char\*)0, 0/g" > $(top_builddir)/src/lib/tokenhash.h
+		| $(SED) -e 's/(char\*)0/(char\*)0, 0/g' > $(top_builddir)/src/lib/tokenhash.h
 
 $(top_builddir)/src/lib/tokens.gperf : $(top_srcdir)/src/lib/tokens.txt gentoken.pl
 	perl $(top_srcdir)/src/lib/gentoken.pl $(top_srcdir)/src/lib/tokens.txt \