]> git.pld-linux.org Git - packages/ClanLib.git/blob - ClanLib-build.patch
- updated to 3.0.1
[packages/ClanLib.git] / ClanLib-build.patch
1 --- ClanLib-2.2.7/Examples/Makefile.conf.in~    2011-01-27 09:46:22.000000000 +0100
2 +++ ClanLib-2.2.7/Examples/Makefile.conf.in     2011-03-23 11:30:20.041337929 +0100
3 @@ -6,7 +6,7 @@
4
5  PACKAGES = $(patsubst %,%-@LT_RELEASE@,$(LIBS))
6  @WIN32_TRUE@ CXXFLAGS += `pkg-config --cflags $(PACKAGES)` -mthreads
7 -@WIN32_FALSE@CXXFLAGS += `pkg-config --cflags $(PACKAGES)` -pthread
8 +@WIN32_FALSE@CXXFLAGS += -I. -L../../../Sources/Core/.libs `pkg-config --cflags $(PACKAGES)` -pthread
9
10  #EXAMPLE_BIN contains list of example binaries to build
11
This page took 0.048916 seconds and 3 git commands to generate.