Author: musuruan
Update of /cvs/nonfree/rpms/e-uae/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12238
Modified Files:
e-uae.spec
Log Message:
* Sun Nov 15 2009 Ian Chapman <packages[AT]amiga-hardware.com> 0.8.29-0.14.wip4
- Work around fix for libcaps support
Index: e-uae.spec
===================================================================
RCS file: /cvs/nonfree/rpms/e-uae/F-10/e-uae.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- e-uae.spec 18 Oct 2009 14:48:40 -0000 1.3
+++ e-uae.spec 15 Nov 2009 19:42:51 -0000 1.4
@@ -1,6 +1,6 @@
Name: e-uae
Version: 0.8.29
-Release: 0.13.wip4%{?dist}
+Release: 0.14.wip4%{?dist}
Summary: A powerful Amiga Emulator, based on UAE
Group: Applications/Emulators
License: GPLv2+
@@ -65,6 +65,8 @@
# --enable-autoconfig : Defaults to yes if threads enabled (they should be)
# --enable-fdi : Defaults to on
%ifarch %{ix86} x86_64 ppc
+# Fix for libcaps support
+export LDFLAGS=-lstdc++
%configure --enable-bsdsock-new \
--enable-ui \
--enable-audio \
@@ -152,6 +154,9 @@
%changelog
+* Sun Nov 15 2009 Ian Chapman <packages[AT]amiga-hardware.com> 0.8.29-0.14.wip4
+- Work around fix for libcaps support
+
* Sun Oct 18 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.8.29-0.13.wip4
- fixed a 64bit gtk+ bug causing a segfault (BZ #850)