]> 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
3e435ae1
AG
4--- source-highlight-2.11.1/lib/srchilite/Makefile.am~ 2008-11-24 11:16:00.000000000 +0100
5+++ source-highlight-2.11.1/lib/srchilite/Makefile.am 2008-12-25 17:02:15.000000000 +0100
6@@ -13,12 +13,7 @@
dc1485bd
PS
7 .text.c:
8 $(TXTC) -c $<
9
10-if NO_DOUBLECPP
3e435ae1
AG
11-
12-SUFFIXES = .text
13-
dc1485bd 14-else
3e435ae1 15-
dc1485bd 16+ifndef NO_DOUBLECPP
3e435ae1 17 SUFFIXES = .text .hpp .h
dc1485bd 18
3e435ae1
AG
19 .h.hpp:
20--- source-highlight-2.11.1/lib/srchilite/Makefile.in~ 2008-12-21 17:58:49.000000000 +0100
21+++ source-highlight-2.11.1/lib/srchilite/Makefile.in 2008-12-25 17:02:28.000000000 +0100
22@@ -431,8 +431,6 @@
23 top_builddir = @top_builddir@
24 top_srcdir = @top_srcdir@
25 SUBDIRS = includes
26-@NO_DOUBLECPP_FALSE@SUFFIXES = .text .hpp .h
27-@NO_DOUBLECPP_TRUE@SUFFIXES = .text
28 AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl $(BOOST_CPPFLAGS)
29 AM_LDFLAGS = $(BOOST_LDFLAGS)
30 LDADD = @LEXLIB@ $(top_builddir)/gl/libgnu.la
This page took 0.0555 seconds and 4 git commands to generate.