Files
@ 11f12694a96c
Branch filter:
Location: ohnobinki_overlay/app-text/poppler/files/poppler-0.12.3-config.patch - annotation
11f12694a96c
3.4 KiB
text/x-diff
Bump to clamav-0.96.1
(Portage version: 2.2_rc67-r7/hg/Linux x86_64)
(Signed Manifest commit)
(Portage version: 2.2_rc67-r7/hg/Linux x86_64)
(Signed Manifest commit)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f c7093cff834f | diff -urN poppler-0.12.3.sav/CMakeLists.txt poppler-0.12.3/CMakeLists.txt
--- poppler-0.12.3.sav/CMakeLists.txt 2009-12-24 11:50:12.000000000 +0100
+++ poppler-0.12.3/CMakeLists.txt 2010-02-10 20:29:54.000000000 +0100
@@ -33,7 +33,7 @@
set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)")
# Enable these unconditionally.
-set(MULTITHREAD ON)
+set(MULTITHREADED ON)
set(OPI_SUPPORT ON)
set(TEXTOUT_WORD_LIST ON)
diff -urN poppler-0.12.3.sav/poppler/poppler-config.h poppler-0.12.3/poppler/poppler-config.h
--- poppler-0.12.3.sav/poppler/poppler-config.h 2009-12-24 11:51:39.000000000 +0100
+++ poppler-0.12.3/poppler/poppler-config.h 1970-01-01 01:00:00.000000000 +0100
@@ -1,91 +0,0 @@
-/* poppler/poppler-config.h. Generated from poppler-config.h.in by configure. */
-//================================================= -*- mode: c++ -*- ====
-//
-// poppler-config.h
-//
-// Copyright 1996-2004 Glyph & Cog, LLC
-//
-//========================================================================
-
-#ifndef POPPLER_CONFIG_H
-#define POPPLER_CONFIG_H
-
-// We duplicate some of the config.h #define's here since they are
-// used in some of the header files we install. The #ifndef/#endif
-// around #undef look odd, but it's to silence warnings about
-// redefining those symbols.
-
-/* Enable multithreading support. */
-#ifndef MULTITHREADED
-#define MULTITHREADED 1
-#endif
-
-/* Enable exceptions. */
-#ifndef USE_EXCEPTIONS
-/* #undef USE_EXCEPTIONS */
-#endif
-
-/* Use fixedpoint. */
-#ifndef USE_FIXEDPOINT
-/* #undef USE_FIXEDPOINT */
-#endif
-
-/* Include support for OPI comments. */
-#ifndef OPI_SUPPORT
-#define OPI_SUPPORT 1
-#endif
-
-/* Enable word list support. */
-#ifndef TEXTOUT_WORD_LIST
-#define TEXTOUT_WORD_LIST 1
-#endif
-
-// Also, there's a couple of preprocessor symbols in the header files
-// that are used but never defined: DISABLE_OUTLINE, DEBUG_MEM and
-
-//------------------------------------------------------------------------
-// version
-//------------------------------------------------------------------------
-
-// copyright notice
-#define popplerCopyright "Copyright 2005-2009 The Poppler Developers - http://poppler.freedesktop.org"
-#define xpdfCopyright "Copyright 1996-2004 Glyph & Cog, LLC"
-
-//------------------------------------------------------------------------
-// popen
-//------------------------------------------------------------------------
-
-#if defined(_MSC_VER) || defined(__BORLANDC__)
-#define popen _popen
-#define pclose _pclose
-#endif
-
-#if defined(VMS) || defined(VMCMS) || defined(DOS) || defined(OS2) || defined(__EMX__) || defined(_WIN32) || defined(__DJGPP__) || defined(MACOS)
-#define POPEN_READ_MODE "rb"
-#else
-#define POPEN_READ_MODE "r"
-#endif
-
-//------------------------------------------------------------------------
-// Win32 stuff
-//------------------------------------------------------------------------
-
-#if defined(_WIN32) && !defined(_MSC_VER)
-#include <windef.h>
-#else
-#define CDECL
-#endif
-
-//------------------------------------------------------------------------
-// Compiler
-//------------------------------------------------------------------------
-
-#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4)
-#define GCC_PRINTF_FORMAT(fmt_index, va_index) \
- __attribute__((__format__(__printf__, fmt_index, va_index)))
-#else
-#define GCC_PRINTF_FORMAT(fmt_index, va_index)
-#endif
-
-
-#endif /* POPPLER_CONFIG_H */
|