blob: 78553aacc4e1249b7c90f7dfff16a9c3dbb50773 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ba,v 1.3 2007/03/04 13:11:19 hira Exp $
--- config_office/configure.orig 2006-12-02 02:52:35.000000000 +0900
+++ config_office/configure 2007-02-28 22:37:24.000000000 +0900
@@ -2940,12 +2940,12 @@
test_cups=no
_os=OSF1
;;
- netbsd)
+ *netbsd*)
test_x=yes
test_gtk=yes
build_cairo=yes
test_kde=yes
- test_cups=no
+ test_cups=yes
PTHREAD_CFLAGS="-pthread"
PTHREAD_LIBS="-pthread -lpthread"
_os=NetBSD
|