diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-01 14:43:04 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-01 14:43:04 +0000 |
commit | c8afae6b5689fcfe6c7f04bd227e8cbf78271721 (patch) | |
tree | 7d231f36a6f3a1de1bb046aab8c4116cce23a7f3 /games/xbl/files | |
parent | mail/cclient is missing a .h file needed by PHP (diff) |
Fix linker error.
PR: 22447
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=34550
Diffstat (limited to 'games/xbl/files')
-rw-r--r-- | games/xbl/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
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 |