SPECS: vice.spec - BR: libstdc++-devel

qboosh qboosh at pld-linux.org
Sun Jul 15 19:28:19 CEST 2007


Author: qboosh                       Date: Sun Jul 15 17:28:19 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR: libstdc++-devel

---- Files affected:
SPECS:
   vice.spec (1.47 -> 1.48) 

---- Diffs:

================================================================
Index: SPECS/vice.spec
diff -u SPECS/vice.spec:1.47 SPECS/vice.spec:1.48
--- SPECS/vice.spec:1.47	Sun Jul 15 19:19:50 2007
+++ SPECS/vice.spec	Sun Jul 15 19:28:14 2007
@@ -32,6 +32,7 @@
 BuildRequires:	lame-libs-devel
 BuildRequires:	libjpeg-devel
 BuildRequires:	libpng-devel
+BuildRequires:	libstdc++-devel
 BuildRequires:	pkgconfig
 BuildRequires:	readline-devel
 BuildRequires:	texinfo
@@ -85,7 +86,9 @@
 	--without-xaw3d \
 	--without-included-gettext \
 	--with-x
-%{__make} CCLD=%__cxx
+# contains some C++ code included as "old" library (.a), so libtool can't detect it
+%{__make} \
+	CCLD="%{__cxx}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -143,6 +146,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48  2007/07/15 17:28:14  qboosh
+- BR: libstdc++-devel
+
 Revision 1.47  2007/07/15 17:19:50  qboosh
 - updated BRs
 - just stick to GTK+ based "gnomeui" instead of old-fashioned Xaw
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vice.spec?r1=1.47&r2=1.48&f=u



More information about the pld-cvs-commit mailing list