diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-01 22:43:04 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-01 22:43:04 +0800 |
commit | 2535d6de43a148e490ac7811dc734cf5b4be717c (patch) | |
tree | a6e2a1bcd557ccfd2ba69d88698bbab351a6fab8 | |
parent | d27e775ae60fdec2ecdfb71fa16fc6a245f6d542 (diff) | |
download | freebsd-ports-gnome-2535d6de43a148e490ac7811dc734cf5b4be717c.tar.gz freebsd-ports-gnome-2535d6de43a148e490ac7811dc734cf5b4be717c.tar.zst freebsd-ports-gnome-2535d6de43a148e490ac7811dc734cf5b4be717c.zip |
Fix linker error.
PR: 22447
Submitted by: Ports Fury
-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 |