From c8afae6b5689fcfe6c7f04bd227e8cbf78271721 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Wed, 1 Nov 2000 14:43:04 +0000 Subject: Fix linker error. PR: 22447 Submitted by: Ports Fury --- games/xbl/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/xbl/files/patch-aa b/games/xbl/files/patch-aa index dc17d8f49088..1362a4437724 100644 --- a/games/xbl/files/patch-aa +++ b/games/xbl/files/patch-aa @@ -45,7 +45,7 @@ # For linking (configure script will modify this line) # xmkmf et imake informations are take into account. -LIBS = @LIBS@ -lm -+LIBS = @LIBS@ -lm -lcompat ++LIBS = @LIBS@ -lX11 -lm -lcompat all:demo -- cgit v1.2.3