]> git.pld-linux.org Git - packages/source-highlight.git/blame - source-highlight-am.patch
- updated to 2.11.1
[packages/source-highlight.git] / source-highlight-am.patch
CommitLineData
dc1485bd
PS
1/usr/include/boost contains regex.h and regex.hpp.
2don't try to regen/touch anything in /usr/include basing on timestamps.
3
4--- source-highlight-2.10/src/lib/Makefile.am.orig 2008-06-05 20:33:03.000000000 +0200
5+++ source-highlight-2.10/src/lib/Makefile.am 2008-08-29 22:20:20.000000000 +0200
6@@ -15,10 +15,7 @@
7 .text.c:
8 $(TXTC) -c $<
9
10-if NO_DOUBLECPP
11-.h.hpp:
12- touch $@
13-else
14+ifndef NO_DOUBLECPP
15 .h.hpp:
16 $(DOUBLECPP) --output-source-ext cc --invade-target --input-header-ext h --output-header-ext hpp --output-source-suff=_dbtab --verbose --assume-virtual -i $<
17 touch $@
18--- source-highlight-2.10/src/lib/Makefile.in.orig 2008-07-13 16:07:01.000000000 +0200
19+++ source-highlight-2.10/src/lib/Makefile.in 2008-08-29 22:20:45.000000000 +0200
20@@ -925,8 +925,6 @@
21 .text.c:
22 $(TXTC) -c $<
23
24-@NO_DOUBLECPP_TRUE@.h.hpp:
25-@NO_DOUBLECPP_TRUE@ touch $@
26 @NO_DOUBLECPP_FALSE@.h.hpp:
27 @NO_DOUBLECPP_FALSE@ $(DOUBLECPP) --output-source-ext cc --invade-target --input-header-ext h --output-header-ext hpp --output-source-suff=_dbtab --verbose --assume-virtual -i $<
28 @NO_DOUBLECPP_FALSE@ touch $@
This page took 0.097616 seconds and 4 git commands to generate.