Issue 14734 - IRIX Port: desktop/source/pkgchk/pkgchk_misc.h is missing IRIX case
Summary: IRIX Port: desktop/source/pkgchk/pkgchk_misc.h is missing IRIX case
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: SGI IRIX
: P3 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: nickb
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-22 08:26 UTC by Unknown
Modified: 2004-02-15 07:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-05-22 08:26:58 UTC
As the subject says, it is missing an IRIX case, causing a compile error.
This fix is IRIX specific only...

--- desktop/source/pkgchk/pkgchk_misc.h	2 May 2003 15:28:39 -0000	1.7
+++ desktop/source/pkgchk/pkgchk_misc.h	20 May 2003 07:22:24 -0000
@@ -245,6 +245,8 @@
 #define THIS_PLATFORM_PATH "/netbsd_sparc.plt"
 #elif defined (FREEBSD) && defined (INTEL)
 #define THIS_PLATFORM_PATH "/freebsd_x86.plt"
+#elif defined (IRIX)
+#define THIS_PLATFORM_PATH "/irix_mips.plt"
 #else
 #error "unknown platform"
 insert your platform identifier above; inserted for the case the preprocessor
ignores error
Comment 1 Unknown 2003-06-16 05:20:21 UTC
re-assigning to Nick Blievers
Comment 2 Martin Hollmichel 2003-07-04 10:55:57 UTC
set target milestone
Comment 3 Martin Hollmichel 2003-07-14 17:18:30 UTC
this is already applied on ooo11rc2.
Comment 4 Martin Hollmichel 2004-02-15 07:19:52 UTC
mark as verified
Comment 5 Martin Hollmichel 2004-02-15 07:20:36 UTC
close issue.