summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-30-include-strings_h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-18 11:37:05 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-18 11:37:05 +0000
commitb1882a1ef3ebf5ab4a1dc8010655c8d5def03b61 (patch)
treecb9161a5ae062e1fb48641a2a71f8dff00337ecb /Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-30-include-strings_h
parent384d961843d060a692d21c4ea38f266171650f91 (diff)
xpdf 3.04
git-svn-id: svn://tug.org/texlive/trunk@34281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-30-include-strings_h')
-rw-r--r--Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-30-include-strings_h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-30-include-strings_h b/Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-30-include-strings_h
deleted file mode 100644
index 2a8bae993de..00000000000
--- a/Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-30-include-strings_h
+++ /dev/null
@@ -1,15 +0,0 @@
- The Posix manpage says strcasecmp() is declared in <strings.h>
- and this indeed required for AIX 4.3 and xlc.
-
-diff -ur -N xpdf-3.03.orig/xpdf/GlobalParams.cc xpdf-3.03/xpdf/GlobalParams.cc
---- xpdf-3.03.orig/xpdf/GlobalParams.cc 2012-10-19 10:01:03.000000000 +0200
-+++ xpdf-3.03/xpdf/GlobalParams.cc 2012-10-19 10:06:40.000000000 +0200
-@@ -48,6 +48,8 @@
-
- #ifdef WIN32
- # define strcasecmp stricmp
-+#else
-+# include <strings.h>
- #endif
-
- #if MULTITHREADED