Author: jem256
Update of /cvs/nonfree/rpms/dolphin-emu/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3830
Modified Files:
dolphin-emu.spec
Log Message:
Fix
Index: dolphin-emu.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dolphin-emu/devel/dolphin-emu.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dolphin-emu.spec 14 Jun 2015 18:45:45 -0000 1.14
+++ dolphin-emu.spec 20 Jul 2015 16:43:13 -0000 1.15
@@ -77,6 +77,8 @@
sed -i 's/soundtouch.h/SoundTouch.h/g' CMakeLists.txt
#Change in library name from polarssl to mbedtls
sed -i 's/polarssl H/mbedtls H/g' CMakeTests/FindPolarSSL.cmake
+#Missing call to string.h
+sed -i 's/compiles("/compiles("#include <string.h>/g'
CMakeTests/FindPolarSSL.cmake
###Remove all Bundled Libraries except Bochs:
cd Externals
Show replies by date