View | Details | Raw Unified | Return to issue 8236
Collapse All | Expand All

(-)desktop/source/pkgchk/pkgchk_packages.cxx (+2 lines)
Lines 124-129 Link Here
124
static char const s_platform_path [] = "/macosx_powerpc.plt";
124
static char const s_platform_path [] = "/macosx_powerpc.plt";
125
#elif defined (NETBSD) && defined (SPARC)
125
#elif defined (NETBSD) && defined (SPARC)
126
static char const s_platform_path [] = "/netbsd_sparc.plt";
126
static char const s_platform_path [] = "/netbsd_sparc.plt";
127
#elif defined (IRIX) && defined(MIPS)
128
static char const s_platform_path [] = "/irix_mips.plt";
127
#else
129
#else
128
#error "unkonwn platform"
130
#error "unkonwn platform"
129
insert your platform identifier above; inserted for the case the preprocessor ignores error
131
insert your platform identifier above; inserted for the case the preprocessor ignores error

Return to issue 8236