rpms/frogatto/F-19 frogatto-1.3-no-boost-mt.patch,NONE,1.1

Andrea Musuruane musuruan at rpmfusion.org
Wed Oct 2 17:15:43 CEST 2013


Author: musuruan

Update of /cvs/nonfree/rpms/frogatto/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29305

Added Files:
	frogatto-1.3-no-boost-mt.patch 
Log Message:
* Wed Sep 25 2013 Andrea Musuruane <musuruan at gmail.com> - 1.3.3-1
- Updated to upstream v1.3.3 as of Aug 21, 2013
- Fixed crash when attempting to enter in editor mode (#2966)
- Used Mac OS X icons
- Removed Group tag


frogatto-1.3-no-boost-mt.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE frogatto-1.3-no-boost-mt.patch ---
diff -up frogatto-1.3.1/Makefile~ frogatto-1.3.1/Makefile
--- frogatto-1.3.1/Makefile~	2013-08-26 20:05:43.000000000 +0200
+++ frogatto-1.3.1/Makefile	2013-08-26 20:11:04.507451694 +0200
@@ -60,7 +60,7 @@ game: $(objects)
 	$(CCACHE) $(CXX) \
 		$(BASE_CXXFLAGS) $(LDFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(INC) \
 		$(objects) -o game \
-		$(LIBS) -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics
+		$(LIBS) -lboost_regex -lboost_system -lpthread -fthreadsafe-statics
 
 # pull in dependency info for *existing* .o files
 -include $(objects:.o=.d)


More information about the rpmfusion-commits mailing list