tupone      14/07/19 13:55:11

  Added:                torcs-1.3.4-noXmuXt.patch
  Log:
  remove libXt and libXmu dependency. Fix bug #515750
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  Changes    Path
1.1                  games-sports/torcs/files/torcs-1.3.4-noXmuXt.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/files/torcs-1.3.4-noXmuXt.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/files/torcs-1.3.4-noXmuXt.patch?rev=1.1&content-type=text/plain

Index: torcs-1.3.4-noXmuXt.patch
===================================================================
--- configure.in.old    2014-07-19 15:43:50.480681694 +0200
+++ configure.in        2014-07-19 15:44:12.487294592 +0200
@@ -116,12 +116,8 @@
 AC_CHECK_LIB(ICE, IceSetIOErrorHandler,,AC_MSG_ERROR([Can't find libICE. 
Please check config.log and if you can't solve the problem send the file to 
torcs-us...@lists.sourceforge.net with the subject \"torcs compilation 
problem\"]))
 dnl Replace `main' with a function in -lSM:
 AC_CHECK_LIB(SM, SmsSetErrorHandler,,AC_MSG_ERROR([Can't find libSM. Please 
check config.log and if you can't solve the problem send the file to 
torcs-us...@lists.sourceforge.net with the subject \"torcs compilation 
problem\"]))
-dnl Replace `main' with a function in -lXt:
-AC_CHECK_LIB(Xt, XtDisplay,,AC_MSG_ERROR([Can't find libXt. Please check 
config.log and if you can't solve the problem send the file to 
torcs-us...@lists.sourceforge.net with the subject \"torcs compilation 
problem\"]))
 dnl Replace `main' with a function in -lXi:
 AC_CHECK_LIB(Xi, XOpenDevice,,AC_MSG_ERROR([Can't find libXi. Please check 
config.log and if you can't solve the problem send the file to 
torcs-us...@lists.sourceforge.net with the subject \"torcs compilation 
problem\"]))
-dnl Replace `main' with a function in -lXmu:
-AC_CHECK_LIB(Xmu, XmuSimpleErrorHandler,,AC_MSG_ERROR([Can't find libXmu. 
Please check config.log and if you can't solve the problem send the file to 
torcs-us...@lists.sourceforge.net with the subject \"torcs compilation 
problem\"]))
 AC_CHECK_LIB(Xxf86vm, XF86VidModeSetViewPort,,AC_MSG_ERROR([Can't find 
libXxf86vm. Please check config.log and if you can't solve the problem send the 
file to torcs-us...@lists.sourceforge.net with the subject \"torcs compilation 
problem\"]))
 AC_CHECK_LIB(Xrender, XRenderSetSubpixelOrder,,AC_MSG_ERROR([Can't find 
libXrender. Please check config.log and if you can't solve the problem send the 
file to torcs-us...@lists.sourceforge.net with the subject \"torcs compilation 
problem\"]))
 AC_CHECK_LIB(Xrandr, XRRQueryVersion,,AC_MSG_ERROR([Can't find libXrandr. 
Please check config.log and if you can't solve the problem send the file to 
torcs-us...@lists.sourceforge.net with the subject \"torcs compilation 
problem\"]))




Reply via email to