]> git.pld-linux.org Git - packages/source-highlight.git/commitdiff
- disable unwanted make rules.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 29 Aug 2008 20:34:29 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    source-highlight-am.patch -> 1.1

source-highlight-am.patch [new file with mode: 0644]

diff --git a/source-highlight-am.patch b/source-highlight-am.patch
new file mode 100644 (file)
index 0000000..aac5b60
--- /dev/null
@@ -0,0 +1,28 @@
+/usr/include/boost contains regex.h and regex.hpp.
+don't try to regen/touch anything in /usr/include basing on timestamps.
+
+--- source-highlight-2.10/src/lib/Makefile.am.orig     2008-06-05 20:33:03.000000000 +0200
++++ source-highlight-2.10/src/lib/Makefile.am  2008-08-29 22:20:20.000000000 +0200
+@@ -15,10 +15,7 @@
+ .text.c:
+       $(TXTC) -c $<
+-if NO_DOUBLECPP
+-.h.hpp:
+-      touch $@
+-else
++ifndef NO_DOUBLECPP
+ .h.hpp:
+       $(DOUBLECPP) --output-source-ext cc --invade-target --input-header-ext h --output-header-ext hpp --output-source-suff=_dbtab --verbose --assume-virtual -i $<
+       touch $@
+--- source-highlight-2.10/src/lib/Makefile.in.orig     2008-07-13 16:07:01.000000000 +0200
++++ source-highlight-2.10/src/lib/Makefile.in  2008-08-29 22:20:45.000000000 +0200
+@@ -925,8 +925,6 @@
+ .text.c:
+       $(TXTC) -c $<
+-@NO_DOUBLECPP_TRUE@.h.hpp:
+-@NO_DOUBLECPP_TRUE@   touch $@
+ @NO_DOUBLECPP_FALSE@.h.hpp:
+ @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 $<
+ @NO_DOUBLECPP_FALSE@  touch $@
This page took 0.060116 seconds and 4 git commands to generate.