tupone      14/09/12 19:12:38

  Added:                clanlib-2.3.7-doc.patch
  Log:
  Fix build with USE=doc. Bug #521340
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  Changes    Path
1.1                  dev-games/clanlib/files/clanlib-2.3.7-doc.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/files/clanlib-2.3.7-doc.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/files/clanlib-2.3.7-doc.patch?rev=1.1&content-type=text/plain

Index: clanlib-2.3.7-doc.patch
===================================================================
--- Documentation/Utilities/ReferenceDocs/Makefile.old  2014-09-12 
20:06:52.970459560 +0200
+++ Documentation/Utilities/ReferenceDocs/Makefile      2014-09-12 
20:08:17.387048685 +0200
@@ -3,7 +3,10 @@
 LIBS=clanCore
 EXTRA_LIBS=-lpthread
 
-include ../../../Examples/Makefile.conf
+CXXFLAGS += -pthread -std=c++0x -I.
+all: $(EXAMPLE_BIN)
+$(EXAMPLE_BIN): $(OBJF)
+       $(CXX) $(CXXFLAGS) $(OBJF) -o $(EXAMPLE_BIN) 
-Wl,-R../../Sources/Core/.libs -L../../../Sources/Core/.libs -lclan23Core 
$(EXTRA_LIBS)
 
 # EOF #
 




Reply via email to