Package: frogatto / 1.3.1+dfsg-3

boost153.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: boost1.53 doesn't have mt libraries
Author: Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>

--- frogatto-1.3.1+dfsg.orig/Makefile
+++ frogatto-1.3.1+dfsg/Makefile
@@ -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)