c9434f762e
Changes since 3.21: * Fixed some bugs in xscreensaver-demo. * Rewrote the Motif version of xscreensaver-demo to match the new Gtk version. * The Athena toolkit is no longer supported. XXX: depends on lesstif>=0.89.9 (or motif), but dependency is handled indirectly by USE_MOTIF... how to handle this?
15 lines
558 B
Text
15 lines
558 B
Text
$NetBSD: patch-aa,v 1.4 2000/02/01 00:50:47 wiz Exp $
|
|
|
|
--- ./driver/Makefile.in.orig Thu Dec 9 13:29:41 1999
|
|
+++ ./driver/Makefile.in Mon Jan 31 02:10:27 2000
|
|
@@ -136,8 +136,8 @@
|
|
DEMO_SRCS = prefs.c remote.c $(DEMO_UTIL_SRCS)
|
|
DEMO_OBJS = prefs.o remote.o $(DEMO_UTIL_OBJS)
|
|
|
|
-SAVER_LIBS = $(LIBS) $(X_LIBS) @SAVER_LIBS@ $(GL_LIBS) \
|
|
- $(X_PRE_LIBS) -lXt -lX11 -lXext $(X_EXTRA_LIBS) \
|
|
+SAVER_LIBS = $(LIBS) $(X_LIBS) @SAVER_LIBS@ $(GL_LIBS) -lXt \
|
|
+ $(X_PRE_LIBS) -lX11 -lXext $(X_EXTRA_LIBS) \
|
|
$(PASSWD_LIBS)
|
|
|
|
CMD_LIBS = $(LIBS) $(X_LIBS) \
|