xscreensaver-gnome & threads

Jeremy Messenger mezz7 at cox.net
Wed Mar 24 02:48:20 PST 2004


As what Stephen Hilton has said, I have the same problem and I have to 
apply this patch at the everytime when it needs to rebuild or upgrade 
xscreensaver-gnome.

Are all of you using the Nvidia driver?

Cheers,
Mezz

On Tue, 23 Mar 2004 16:01:35 +0100, Simon Barner <barner at in.tum.de> wrote:

> Hi,
>
> xscreensaver-gnome did not work on my 5.2.1-p1 system (it mumbled
> something like "Could not write ${HOME}/.xscreensaver: Bad file
> descriptor)".
>
> I recompiled it with thread support, and it works like a charm now.
>
> Simon


-- 
bsdforums.org 's moderator, mezz.
-------------- next part --------------
diff -ur xscreensaver-gnome.orig/Makefile xscreensaver-gnome/Makefile
--- xscreensaver-gnome.orig/Makefile	Tue Mar  2 14:10:15 2004
+++ xscreensaver-gnome/Makefile	Tue Mar 23 13:21:13 2004
@@ -31,7 +31,7 @@
 		--with-jpeg=${LOCALBASE} --without-motif \
 		--without-kerberos
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 
 OPTIONS=	PAM "Pluggable Authentication Module support" off \
 		ALL_FORTUNES "Enable support for all fortunes" off


More information about the freebsd-gnome mailing list