Revision: 72057 http://trac.macports.org/changeset/72057 Author: ryandesign@macports.org Date: 2010-10-01 09:46:56 -0700 (Fri, 01 Oct 2010) Log Message: ----------- pdf2djvu: fix patchfile name; see #26689 Modified Paths: -------------- trunk/dports/graphics/pdf2djvu/Portfile Added Paths: ----------- trunk/dports/graphics/pdf2djvu/files/patch-i18n.hh.diff Removed Paths: ------------- trunk/dports/graphics/pdf2djvu/files/patch-i18n.hh.orig Modified: trunk/dports/graphics/pdf2djvu/Portfile =================================================================== --- trunk/dports/graphics/pdf2djvu/Portfile 2010-10-01 16:18:37 UTC (rev 72056) +++ trunk/dports/graphics/pdf2djvu/Portfile 2010-10-01 16:46:56 UTC (rev 72057) @@ -28,7 +28,7 @@ depends_lib port:djvulibre port:poppler port:libiconv port:GraphicsMagick patchfiles patch-configure.diff \ - patch-i18n.hh.orig \ + patch-i18n.hh.diff \ patch-tools-xml2c.diff configure.universal_args-delete --disable-dependency-tracking Copied: trunk/dports/graphics/pdf2djvu/files/patch-i18n.hh.diff (from rev 71984, trunk/dports/graphics/pdf2djvu/files/patch-i18n.hh.orig) =================================================================== --- trunk/dports/graphics/pdf2djvu/files/patch-i18n.hh.diff (rev 0) +++ trunk/dports/graphics/pdf2djvu/files/patch-i18n.hh.diff 2010-10-01 16:46:56 UTC (rev 72057) @@ -0,0 +1,13 @@ +--- i18n.hh.orig 2010-06-12 15:20:36.000000000 -0500 ++++ i18n.hh 2010-09-21 02:34:55.000000000 -0500 +@@ -26,6 +26,10 @@ + + #include <libintl.h> + ++#ifdef setlocale ++#undef setlocale ++#endif ++ + static inline const char * _(const char *message_id) + { + return gettext(message_id); Deleted: trunk/dports/graphics/pdf2djvu/files/patch-i18n.hh.orig =================================================================== --- trunk/dports/graphics/pdf2djvu/files/patch-i18n.hh.orig 2010-10-01 16:18:37 UTC (rev 72056) +++ trunk/dports/graphics/pdf2djvu/files/patch-i18n.hh.orig 2010-10-01 16:46:56 UTC (rev 72057) @@ -1,13 +0,0 @@ ---- i18n.hh.orig 2010-06-12 15:20:36.000000000 -0500 -+++ i18n.hh 2010-09-21 02:34:55.000000000 -0500 -@@ -26,6 +26,10 @@ - - #include <libintl.h> - -+#ifdef setlocale -+#undef setlocale -+#endif -+ - static inline const char * _(const char *message_id) - { - return gettext(message_id);
participants (1)
-
ryandesign@macports.org