]> git.pld-linux.org Git - packages/ClanLib.git/blob - ClanLib-build.patch
- updated for 2.1.0
[packages/ClanLib.git] / ClanLib-build.patch
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
3 @@ -5,7 +5,7 @@
4  #
5  
6  PACKAGES = $(patsubst %,%-@LT_RELEASE@,$(LIBS))
7 -CXXFLAGS += `pkg-config --cflags $(PACKAGES)` -pthread
8 +CXXFLAGS += -I. -L../../../Sources/Core/.libs `pkg-config --cflags $(PACKAGES)` -pthread
9  
10  #EXAMPLE_BIN contains list of example binaries to build
11  
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
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.054431 seconds and 3 git commands to generate.