gentoo-ebuilds/dev-games/clanlib/files/clanlib-2.3.7-doc.patch
Sam James 5a450f7cbe
dev-games/clanlib: port 2.3.7 to EAPI 7
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
2021-02-25 06:36:06 +00:00

14 lines
434 B
Diff

--- a/Documentation/Utilities/ReferenceDocs/Makefile
+++ b/Documentation/Utilities/ReferenceDocs/Makefile
@@ -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 #