5d1051de61
Avoid the need to mess with the environment WRT the XDG_{CONFIG,DATA}_DIRS variables. While here, fix installation of this package (missing files), caused by a change recently made to libgnomeui (-lSM is not a direct dependency any more). Bump PKGREVISION to 2.
12 lines
355 B
Text
12 lines
355 B
Text
$NetBSD: patch-ab,v 1.4 2005/01/11 12:36:24 jmmv Exp $
|
|
|
|
--- configure.orig 2004-10-12 17:57:32.000000000 +0200
|
|
+++ configure
|
|
@@ -24686,6 +24686,7 @@ case "$GNOME_SESSION_LIBS" in
|
|
GNOME_HAVE_SM=no
|
|
;;
|
|
esac
|
|
+GNOME_HAVE_SM=yes
|
|
echo "$as_me:$LINENO: result: $GNOME_HAVE_SM" >&5
|
|
echo "${ECHO_T}$GNOME_HAVE_SM" >&6
|
|
if test "$GNOME_HAVE_SM" = no ; then
|