pkgsrc/graphics/ImageMagick/patches/patch-ae
abs cde39f3085 Switch a 'long' to int32_t to work correctly on BE-LP64 platforms.
Mark NOT_FOR_PLATFORM = NetBSD-*-sparc64 as c++ still broken
2002-02-10 12:50:59 +00:00

12 lines
291 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-ae,v 1.2 2002/02/10 12:51:00 abs Exp $
--- magick/magick.c.orig Sun Sep 16 23:36:12 2001
+++ magick/magick.c
@@ -421,6 +421,7 @@
#endif
SetClientName(filename);
(void) setlocale(LC_ALL,"");
+ (void) setlocale(LC_CTYPE,"C");
(void) setlocale(LC_NUMERIC,"C");
}