Author: glen                         Date: Wed May  6 14:20:54 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- there's no c++
- fix x86_64 build

---- Files affected:
packages/pidgin-plugin-tlen:
   pidgin-plugin-tlen.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/pidgin-plugin-tlen/pidgin-plugin-tlen.spec
diff -u packages/pidgin-plugin-tlen/pidgin-plugin-tlen.spec:1.3 
packages/pidgin-plugin-tlen/pidgin-plugin-tlen.spec:1.4
--- packages/pidgin-plugin-tlen/pidgin-plugin-tlen.spec:1.3     Wed May  6 
16:15:27 2009
+++ packages/pidgin-plugin-tlen/pidgin-plugin-tlen.spec Wed May  6 16:20:49 2009
@@ -10,6 +10,7 @@
 # Source0-md5: bc293057e0840859edfb90ee381300f8
 URL:           http://nic.com.pl/~alek/pidgin-tlen/
 BuildRequires: pidgin-devel
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,9 +25,7 @@
 %build
 %{__make} \
        CC="%{__cc}" \
-       CXX="%{__cxx}" \
-       CFLAGS="%{rpmcflags}" \
-       CXXFLAGS="%{rpmcxxflags}" \
+       CFLAGS="$(pkg-config pidgin --cflags) -fPIC -Wall %{rpmcflags}" \
        LDFLAGS="%{rpmldflags}"
 
 %install
@@ -53,6 +52,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/05/06 14:20:49  glen
+- there's no c++
+- fix x86_64 build
+
 Revision 1.3  2009/05/06 14:15:27  glen
 - sanity
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pidgin-plugin-tlen/pidgin-plugin-tlen.spec?r1=1.3&r2=1.4&f=u

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

Reply via email to