Blob Blame History Raw
--- xscreensaver-5.16/hacks/Makefile.in.pty	2012-06-21 00:11:40.000000000 +0900
+++ xscreensaver-5.16/hacks/Makefile.in	2012-06-21 00:35:38.000000000 +0900
@@ -606,7 +606,7 @@
 	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS)
 
 noseguy:	noseguy.o	$(HACK_OBJS) $(XPM) $(TEXT)
-	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(XPM) $(TEXT) $(XPM_LIBS)
+	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(XPM) $(TEXT) $(XPM_LIBS) $(PTY_LIBS)
 
 pedal:		pedal.o		$(HACK_OBJS) $(HSV) $(ERASE)
 	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(HSV) $(ERASE) $(HACK_LIBS)
@@ -705,7 +705,7 @@
 	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(TEXT) $(COL) $(HACK_LIBS) $(PTY_LIBS)
 
 xmatrix:	xmatrix.o	$(HACK_OBJS) $(TEXT) $(XPM)
-	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(TEXT) $(XPM) $(XPM_LIBS)
+	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(TEXT) $(XPM) $(XPM_LIBS) $(PTY_LIBS)
 
 petri:		petri.o		$(HACK_OBJS) $(COL) $(SPL)
 	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(COL) $(SPL) $(HACK_LIBS)
@@ -786,7 +786,7 @@
 	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(COL) $(DBE) $(HACK_LIBS)
 
 fontglide:	fontglide.o	$(HACK_OBJS) $(DBE) $(TEXT)
-	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(DBE) $(TEXT) $(HACK_LIBS)
+	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(DBE) $(TEXT) $(HACK_LIBS) $(PTY_LIBS)
 
 pong: 	pong.o	$(HACK_OBJS) $(ATV) $(GRAB) $(XPM)
 	$(CC_HACK) -o $@ $@.o	$(HACK_OBJS) $(ATV) $(GRAB) $(XPM) $(XPM_LIBS) $(HACK_LIBS)
--- xscreensaver-5.16/hacks/glx/Makefile.in.pty	2012-06-21 00:11:40.000000000 +0900
+++ xscreensaver-5.16/hacks/glx/Makefile.in	2012-06-21 00:40:40.000000000 +0900
@@ -57,6 +57,7 @@
 HACK_LIBS	= $(HACK_PRE)                       $(HACK_POST2)
 XPM_LIBS	= $(HACK_PRE)            @XPM_LIBS@ $(HACK_POST2)
 GLE_LIBS	= $(HACK_PRE) @GLE_LIBS@ @XPM_LIBS@ $(HACK_POST2)
+PTY_LIBS	= @PTY_LIBS@
 MINIXPM		= $(UTILS_BIN)/minixpm.o
 
 HACK_SRC	= $(srcdir)/..
@@ -577,11 +578,11 @@
 SW_OBJS=starwars.o glut_stroke.o glut_swidth.o \
         $(TEXT) ${FONT_OBJS} $(HACK_OBJS)
 starwars:			$(SW_OBJS)
-	$(CC_HACK) -o $@	$(SW_OBJS) $(HACK_LIBS)
+	$(CC_HACK) -o $@	$(SW_OBJS) $(HACK_LIBS) $(PTY_LIBS)
 
 GLT_OBJS=gltext.o glut_stroke.o glut_swidth.o tube.o $(TEXT) $(HACK_TRACK_OBJS)
 gltext:				$(GLT_OBJS)
-	$(CC_HACK) -o $@	$(GLT_OBJS) $(HACK_LIBS)
+	$(CC_HACK) -o $@	$(GLT_OBJS) $(HACK_LIBS) $(PTY_LIBS)
 
 DB_OBJS=sphere.o tube.o $(HACK_TRACK_OBJS)
 dangerball:	dangerball.o	$(DB_OBJS)
@@ -730,7 +731,7 @@
 	$(CC_HACK) -o $@ $@.o	${FONT_OBJS} $(HACK_TRACK_GRAB_OBJS) $(HACK_LIBS)
 
 fliptext:	fliptext.o	$(TEXT) ${FONT_OBJS} $(HACK_OBJS)
-	$(CC_HACK) -o $@ $@.o	$(TEXT) ${FONT_OBJS} $(HACK_OBJS) $(HACK_LIBS)
+	$(CC_HACK) -o $@ $@.o	$(TEXT) ${FONT_OBJS} $(HACK_OBJS) $(HACK_LIBS) $(PTY_LIBS)
 
 antmaze:	antmaze.o	sphere.o tube.o $(HACK_TRACK_OBJS)
 	$(CC_HACK) -o $@ $@.o	sphere.o tube.o $(HACK_TRACK_OBJS) $(HACK_LIBS)