summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches/patch-ab
blob: efaa159af5ef9c68dbb24ac215bb8651550a13a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.2 2004/05/03 20:56:36 mrauch Exp $

--- ../desktop/source/pkgchk/pkgchk_misc.h.orig	2004-04-17 19:21:18.000000000 +0200
+++ ../desktop/source/pkgchk/pkgchk_misc.h
@@ -244,6 +244,8 @@ bool office_is_running( ::rtl::Bootstrap
 #define THIS_PLATFORM_PATH "/linux_sparc.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)