mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
33 lines
813 B
Plaintext
33 lines
813 B
Plaintext
$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
|
|
|
|
|