21e1dab6b1
New features include: * PDF, DocBook/XML, XHTML and Macromedia Flash (SWF) export * Accessibility * Support for Complex Text Layout (CTL) * User installation automated
13 lines
614 B
Text
13 lines
614 B
Text
$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)
|