$Id: 031_glxinfo_makefile.diff 1693 2004-07-28 21:26:07Z rmh $ Use g++ for glxinfo, since it links against C++ libraries and otherwise breaks on GNU/kFreeBSD (I can't tell why this used to work on GNU/Linux, broken as it was..); patch by Branden. -- Robert Millan --- xc/programs/glxinfo/Imakefile.old 2002-11-22 23:56:03.000000000 +0100 +++ xc/programs/glxinfo/Imakefile 2004-07-19 13:40:22.000000000 +0200 @@ -17,4 +17,4 @@ SYS_LIBRARIES = MathLibrary -SimpleProgramTarget(glxinfo) +SimpleCplusplusProgramTarget(glxinfo)