Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/chktex/files: chktex-1.7.0-asneeded.patch
Date: Fri, 22 Jun 2012 15:41:40
Message-Id: 20120622154131.91DF12004C@flycatcher.gentoo.org
1 aballier 12/06/22 15:41:31
2
3 Added: chktex-1.7.0-asneeded.patch
4 Log:
5 version bump
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-tex/chktex/files/chktex-1.7.0-asneeded.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/chktex/files/chktex-1.7.0-asneeded.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/chktex/files/chktex-1.7.0-asneeded.patch?rev=1.1&content-type=text/plain
14
15 Index: chktex-1.7.0-asneeded.patch
16 ===================================================================
17 Index: chktex-1.7.0/configure.in
18 ===================================================================
19 --- chktex-1.7.0.orig/configure.in
20 +++ chktex-1.7.0/configure.in
21 @@ -107,7 +107,7 @@ if test "$enable_pcre" = "yes"; then
22 if test "$WITH_PCRE" = "yes"; then
23 AC_DEFINE(HAVE_PCRE, 1, "Whether PCRE can be used for user warnings.")
24 CFLAGS="${CFLAGS} $(pcre-config --cflags)"
25 - LDFLAGS="${LDFLAGS} $(pcre-config --libs)"
26 + LIBS="${LIBS} $(pcre-config --libs)"
27 else
28 AC_DEFINE(HAVE_PCRE, 0, "Whether PCRE can be used for user warnings.")
29 warn_pcre="PCRE library not found. This will result in user regular expression tests being ignored."