Guest User

Untitled

a guest
Feb 16th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. From: Stephane Glondu <steph@glondu.net>
  2. Date: Tue, 1 Nov 2011 15:28:15 +0100
  3. Subject: Do not add -R$dir in X11 link options on GNU/kFreeBSD
  4.  
  5. Signed-off-by: Stephane Glondu <steph@glondu.net>
  6. ---
  7. configure | 1 +
  8. 1 files changed, 1 insertions(+), 0 deletions(-)
  9.  
  10. diff --git a/configure b/configure
  11. index d6ba2e3..20b4b17 100755
  12. --- a/configure
  13. +++ b/configure
  14. @@ -1373,6 +1373,7 @@ do
  15. else
  16. x11_libs="-L$dir"
  17. case "$host" in
  18. + *-kfreebsd*-gnu) x11_link="-L$dir -lX11";;
  19. *-*-*bsd*) x11_link="-R$dir -L$dir -lX11";;
  20. *) x11_link="-L$dir -lX11";;
  21. esac
  22. --
Add Comment
Please, Sign In to add comment