You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tex/chktex/files/chktex-1.7.1-asneeded.patch

14 lines
619 B

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.)