Author: pabs Date: 2010-04-12 11:44:10 +0000 (Mon, 12 Apr 2010) New Revision: 10919
Modified: packages/trunk/billard-gl/debian/changelog packages/trunk/billard-gl/debian/patches/05_Makefile.dpatch Log: Link with GL, GLU as well as GLUT (Closes: #577314, #553938) Modified: packages/trunk/billard-gl/debian/changelog =================================================================== --- packages/trunk/billard-gl/debian/changelog 2010-04-10 17:23:31 UTC (rev 10918) +++ packages/trunk/billard-gl/debian/changelog 2010-04-12 11:44:10 UTC (rev 10919) @@ -11,6 +11,7 @@ [ Paul Wise ] * Link to the English version of the website in Homepage + * Link with GL, GLU as well as GLUT (Closes: #577314, #553938) -- Evgeni Golov <[email protected]> Thu, 21 Aug 2008 23:59:40 +0200 Modified: packages/trunk/billard-gl/debian/patches/05_Makefile.dpatch =================================================================== --- packages/trunk/billard-gl/debian/patches/05_Makefile.dpatch 2010-04-10 17:23:31 UTC (rev 10918) +++ packages/trunk/billard-gl/debian/patches/05_Makefile.dpatch 2010-04-12 11:44:10 UTC (rev 10919) @@ -38,7 +38,7 @@ LINK = g++ LFLAGS = -LIBS = -L/usr/X11R6/lib -lGL -lGLU -lglut -lXmu -lXext -lX11 -lm -lXi -+LIBS = -lglut ++LIBS = -lGL -lGLU -lglut ## -lqgl -lGLU _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

