summaryrefslogtreecommitdiff
path: root/dev-tex/chktex/files/chktex-1.7.1-asneeded.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/chktex/files/chktex-1.7.1-asneeded.patch')
-rw-r--r--dev-tex/chktex/files/chktex-1.7.1-asneeded.patch13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index 7862a3534b9e..000000000000
--- a/dev-tex/chktex/files/chktex-1.7.1-asneeded.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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.)