$NetBSD: patch-ac,v 1.1 1999/01/05 11:34:39 frueauf Exp $

--- hacks/glx/Makefile.in-orig	Sun Nov 22 09:00:58 1998
+++ hacks/glx/Makefile.in	Tue Jan  5 02:26:15 1999
@@ -41,7 +41,7 @@
 # Note: see comment in ../../driver/Makefile.in for explanation of X_LIBS, etc.
 #
 HACK_PRE	= $(LIBS) $(X_LIBS)
-HACK_POST	= $(X_PRE_LIBS) -lXt -lX11 -lXext $(X_EXTRA_LIBS) -lm
+HACK_POST	= -lXt $(X_PRE_LIBS) -lX11 -lXext $(X_EXTRA_LIBS) -lm
 HACK_LIBS	= $(HACK_PRE)            @GL_LIBS@ @HACK_LIBS@ $(HACK_POST)
 XPM_LIBS	= $(HACK_PRE) @XPM_LIBS@ @GL_LIBS@ @HACK_LIBS@ $(HACK_POST)
 
