]> git.pld-linux.org Git - packages/browser-plugin-spice.git/blame - spice-xpi-sh.patch
- updated to 2.6
[packages/browser-plugin-spice.git] / spice-xpi-sh.patch
CommitLineData
03984a48
JB
1--- spice-xpi-2.6/configure.ac.orig 2011-08-25 11:07:12.000000000 +0200
2+++ spice-xpi-2.6/configure.ac 2011-09-23 16:21:42.335742663 +0200
3@@ -96,14 +96,14 @@
37186cd0
JB
4 )
5 AC_SUBST(LIBRT)
6
7-SPICE_NONPKGCONFIG_LIBS+=" $LIBM $LIBRT"
8+SPICE_NONPKGCONFIG_LIBS="$SPICE_NONPKGCONFIG_LIBS $LIBM $LIBRT"
9
10 SPICE_REQUIRES=""
11
12 PKG_CHECK_MODULES(LOG4CPP, log4cpp)
13 AC_SUBST(LOG4CPP_CFLAGS)
14 AC_SUBST(LOG4CPP_LIBS)
15-SPICE_REQUIRES+=" log4cpp"
16+SPICE_REQUIRES="$SPICE_REQUIRES log4cpp"
17
37186cd0
JB
18 # Add parameter for (partial) static linkage of spice client.
19 # this is used to achive single binary package for all (?) distros.
03984a48 20@@ -117,7 +117,7 @@
37186cd0
JB
21 PKG_CHECK_MODULES(XUL, libxul-embedding >= 1.9 nspr >= 4.7.1)
22 AC_SUBST(XUL_CFLAGS)
23 AC_SUBST(XUL_LIBS)
24-SPICE_REQUIRES+=" libxul-embedding >= 1.9 nspr >= 4.7.1"
25+SPICE_REQUIRES="$SPICE_REQUIRES libxul-embedding >= 1.9 nspr >= 4.7.1"
26
27 # Find xpidl
28 for i in `pkg-config --variable=libdir libxul`/xpidl ; do
This page took 1.276828 seconds and 4 git commands to generate.