]> git.pld-linux.org Git - packages/ClanLib.git/blame - ClanLib-build.patch
- updated for 2.1.0
[packages/ClanLib.git] / ClanLib-build.patch
CommitLineData
a8271294 1--- ClanLib-2.1.0/Examples/Makefile.conf.in~ 2009-04-28 14:42:43.000000000 +0000
2+++ ClanLib-2.1.0/Examples/Makefile.conf.in 2009-10-21 12:03:34.000000000 +0000
60314674
AM
3@@ -5,7 +5,7 @@
4 #
5
6 PACKAGES = $(patsubst %,%-@LT_RELEASE@,$(LIBS))
7-CXXFLAGS += `pkg-config --cflags $(PACKAGES)` -pthread
a8271294 8+CXXFLAGS += -I. -L../../../Sources/Core/.libs `pkg-config --cflags $(PACKAGES)` -pthread
60314674
AM
9
10 #EXAMPLE_BIN contains list of example binaries to build
11
a8271294 12--- ClanLib-2.1.0/Documentation/Reference/Makefile.am~ 2009-03-27 10:25:47.000000000 +0000
13+++ ClanLib-2.1.0/Documentation/Reference/Makefile.am 2009-10-21 12:04:46.000000000 +0000
60314674
AM
14@@ -11,7 +11,7 @@
15 mkdir reftest
16 doxygen ./clanlib.doxygen
17 make -C ../Utilities/ReferenceDocs
18- ../Utilities/ReferenceDocs/ReferenceDocs
19+ LD_LIBRARY_PATH=../../Sources/Core/.libs/ ../Utilities/ReferenceDocs/ReferenceDocs
20
21 install-html:
22 $(INSTALL) -d $(DESTDIR)$(HTML_PREFIX)
This page took 0.030549 seconds and 4 git commands to generate.