]> git.pld-linux.org Git - packages/fife.git/blame - fife-extra_libs.patch
- release 4 (by relup.sh)
[packages/fife.git] / fife-extra_libs.patch
CommitLineData
7473d850
JK
1--- fife_0.3.3r3/SConstruct.orig 2012-10-02 19:57:59.549527301 +0200
2+++ fife_0.3.3r3/SConstruct 2012-10-02 20:01:12.347434259 +0200
3@@ -301,6 +301,9 @@
4 for h in required_headers:
5 conf.CheckHeader(h)
6
7+# should be pulled by the libs which use that
8+env.AppendUnique(LIBS = ["X11", "z"])
9+
10 #**************************************************************************
11 #set variables based on command line and environment options
12 #**************************************************************************
This page took 0.620529 seconds and 4 git commands to generate.