Author: sparky                       Date: Sun Jan 23 16:00:56 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- link with -lm (fixes missing symbols)

---- Files affected:
packages/SDL_ttf:
   SDL_ttf.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: packages/SDL_ttf/SDL_ttf.spec
diff -u packages/SDL_ttf/SDL_ttf.spec:1.51 packages/SDL_ttf/SDL_ttf.spec:1.52
--- packages/SDL_ttf/SDL_ttf.spec:1.51  Tue Sep  7 07:50:52 2010
+++ packages/SDL_ttf/SDL_ttf.spec       Sun Jan 23 17:00:50 2011
@@ -78,7 +78,8 @@
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       LIBS="-lm"
 %{__make}
 
 %install
@@ -120,6 +121,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2011/01/23 16:00:50  sparky
+- link with -lm (fixes missing symbols)
+
 Revision 1.51  2010/09/07 05:50:52  qboosh
 - cleanup, fixed typo in changelog
 - updated libtool BR
@@ -285,15 +289,3 @@
 Revision 1.2  2000/04/11 21:29:07  kloczek
 - completly rewrited in PLD style.
 
-* Tue Apr 11 2000 Guillaume Cottenceau <[email protected]> 1.0.1-2mdk
-- added url
-- fixed group
-- some minor package build fixes
-- built against stable SDL version, previous was using 1.1.x devel
-
-* Fri Feb 11 2000 Lenny Cartier <[email protected]>
-- new in contribs
-- used specfile provided by Hakan Tandogan <[email protected]>
-
-* Sun Jan 16 2000 Hakan Tandogan <[email protected]>
-- initial spec file
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/SDL_ttf/SDL_ttf.spec?r1=1.51&r2=1.52&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to