diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-09-21 12:09:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-09-21 12:09:04 +0000 |
commit | 303d4362247a8465565fee9e77f0dc0df0966932 (patch) | |
tree | ea6791503fbc69f7c079719d7b8e1f480923ef6d /dev-tex/chktex/files | |
parent | version bump (diff) | |
download | gentoo-2-303d4362247a8465565fee9e77f0dc0df0966932.tar.gz gentoo-2-303d4362247a8465565fee9e77f0dc0df0966932.tar.bz2 gentoo-2-303d4362247a8465565fee9e77f0dc0df0966932.zip |
version bump
(Portage version: 2.2.0_alpha130/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/chktex/files')
-rw-r--r-- | dev-tex/chktex/files/chktex-1.7.1-asneeded.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-tex/chktex/files/chktex-1.7.1-asneeded.patch b/dev-tex/chktex/files/chktex-1.7.1-asneeded.patch new file mode 100644 index 000000000000..7862a3534b9e --- /dev/null +++ b/dev-tex/chktex/files/chktex-1.7.1-asneeded.patch @@ -0,0 +1,13 @@ +Index: chktex-1.7.1/configure.in +=================================================================== +--- chktex-1.7.1.orig/configure.in ++++ chktex-1.7.1/configure.in +@@ -173,7 +173,7 @@ if test "$enable_pcre" = "yes"; then + if test "$WITH_PCRE" = "yes"; then + AC_DEFINE(HAVE_PCRE, 1, "Whether PCRE can be used for user warnings.") + CFLAGS="${CFLAGS} $(pcre-config --cflags-posix)" +- LDFLAGS="${LDFLAGS} $(pcre-config --libs-posix)" ++ LIBS="${LIBS} $(pcre-config --libs-posix)" + else + AC_DEFINE(HAVE_PCRE, 0, "Whether PCRE can be used for user warnings.") + AC_MSG_WARN(PCRE library not found.) |