packages: ttmkfdir/ttmkfdir.spec - fix build on x86_64 (lib -> lib64)

pawelz pawelz at pld-linux.org
Fri Apr 2 00:43:49 CEST 2010


Author: pawelz                       Date: Thu Apr  1 22:43:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix build on x86_64 (lib -> lib64)

---- Files affected:
packages/ttmkfdir:
   ttmkfdir.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: packages/ttmkfdir/ttmkfdir.spec
diff -u packages/ttmkfdir/ttmkfdir.spec:1.25 packages/ttmkfdir/ttmkfdir.spec:1.26
--- packages/ttmkfdir/ttmkfdir.spec:1.25	Fri Apr  2 00:35:51 2010
+++ packages/ttmkfdir/ttmkfdir.spec	Fri Apr  2 00:43:44 2010
@@ -55,7 +55,8 @@
 %{__make} \
 	CXX="%{__cxx}" \
 	DEBUG="%{rpmcflags}" \
-	FREETYPE_BASE="/usr/include/freetype2"
+	FREETYPE_BASE="/usr/include/freetype2" \
+	FREETYPE_LIB="%{_libdir}/libfreetype.la"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -78,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2010/04/01 22:43:44  pawelz
+- fix build on x86_64 (lib -> lib64)
+
 Revision 1.25  2010/04/01 22:35:51  pawelz
 - added patch: #include <string.h> (thx sparky)
 - verbose %files
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ttmkfdir/ttmkfdir.spec?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list