summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches/patch-ab
blob: 147c9c0d8755ef08e39cd43e3c99db4563e2a540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.3 2005/10/03 16:03:19 mrauch Exp $

--- ../desktop/source/pkgchk/pkgchk_misc.h.orig	2005-04-29 17:02:31.000000000 +0200
+++ ../desktop/source/pkgchk/pkgchk_misc.h
@@ -246,6 +246,8 @@ bool office_is_running( ::rtl::Bootstrap
 #define THIS_PLATFORM_PATH "/linux_arm.plt"
 #elif defined (MACOSX) && defined (POWERPC)
 #define THIS_PLATFORM_PATH "/macosx_powerpc.plt"
+#elif defined (NETBSD) && defined (INTEL)
+#define THIS_PLATFORM_PATH "/netbsd_intel.plt"
 #elif defined (NETBSD) && defined (SPARC)
 #define THIS_PLATFORM_PATH "/netbsd_sparc.plt"
 #elif defined (FREEBSD) && defined (INTEL)