summaryrefslogtreecommitdiff
path: root/wm/sawfish/patches/patch-aa
blob: 49ee961aea453b2c25203fd5008dfd900ac91935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$NetBSD: patch-aa,v 1.12 2014/01/10 15:19:20 jperkin Exp $

Fix PKGLOCALEDIR

--- configure.orig	2013-09-25 18:50:23.000000000 +0000
+++ configure
@@ -10858,7 +10858,7 @@ SUBDIRS="src lisp scripts themes sounds
 
 sawfishdir='${datadir}/sawfish'
 lispdir='${sawfishdir}/lisp'
-localedir='${datadir}/locale'
+#localedir='${datadir}/locale'
 sawfishexecdir='${libdir}/sawfish'
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
@@ -13525,12 +13525,12 @@ fi
 
 KDE4_SESSION="$with_kde4session"
 
-if test "$with_kde4session" = "yes"; then
-	KDEDIR="`kde4-config --install data`"
-fi
+#if test "$with_kde4session" = "yes"; then
+#	KDEDIR="`kde4-config --install data`"
+#fi
 
 if test "x$KDEDIR" = x; then
-	KDEDIR="${datadir}/kde4/apps/"
+	KDEDIR="${datadir}/kde/apps/"
 fi