$NetBSD: patch-ac,v 1.2 1999/11/14 17:24:33 frueauf Exp $ --- hacks/glx/Makefile.in.orig Sun Nov 14 16:36:29 1999 +++ hacks/glx/Makefile.in Sun Nov 14 16:38:24 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_POST2 = @GL_LIBS@ @HACK_LIBS@ $(HACK_POST) HACK_LIBS = $(HACK_PRE) $(HACK_POST2) XPM_LIBS = $(HACK_PRE) @XPM_LIBS@ $(HACK_POST2)