Package: portabase Version: 2.1+git20120910-1 Portabase ftbfs on mips64el, and with this tiny patch it can build now.
Index: portabase-2.1+git20120910/metakit/include/mk4.h =================================================================== --- portabase-2.1+git20120910.orig/metakit/include/mk4.h 2012-09-17 08:56:23.000000000 +0000 +++ portabase-2.1+git20120910/metakit/include/mk4.h 2014-08-14 08:25:45.727508267 +0000 @@ -102,7 +102,8 @@ #if !defined (_WIN32) && !defined (q4_LONG64) #if defined (_PA_RISC2_0) || defined (__powerpc64__) || defined(__sparcv9) || \ defined(__x86_64__) || defined(__s390x__) || defined(__alpha) || \ - (defined(__ia64) && (!defined(__HP_aCC) || defined(__LP64__))) + (defined(__ia64) && (!defined(__HP_aCC) || defined(__LP64__))) || \ + defined(__mips64) #define q4_LONG64 1 #endif #endif -- YunQiang Su -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

