]> git.pld-linux.org Git - packages/browser-plugin-spice.git/blame - spice-xpi-sh.patch
- initial
[packages/browser-plugin-spice.git] / spice-xpi-sh.patch
CommitLineData
37186cd0
JB
1--- spice-xpi-2.5/configure.ac.orig 2011-06-07 10:36:54.000000000 +0200
2+++ spice-xpi-2.5/configure.ac 2011-07-20 11:04:03.150855074 +0200
3@@ -96,19 +96,19 @@
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
18 PKG_CHECK_MODULES(X11, x11)
19 AC_SUBST(X11_CFLAGS)
20 AC_SUBST(X11_LIBS)
21-SPICE_REQUIRES+=" x11"
22+SPICE_REQUIRES="$SPICE_REQUIRES x11"
23
24 # Add parameter for (partial) static linkage of spice client.
25 # this is used to achive single binary package for all (?) distros.
26@@ -122,7 +122,7 @@
27 PKG_CHECK_MODULES(XUL, libxul-embedding >= 1.9 nspr >= 4.7.1)
28 AC_SUBST(XUL_CFLAGS)
29 AC_SUBST(XUL_LIBS)
30-SPICE_REQUIRES+=" libxul-embedding >= 1.9 nspr >= 4.7.1"
31+SPICE_REQUIRES="$SPICE_REQUIRES libxul-embedding >= 1.9 nspr >= 4.7.1"
32
33 # Find xpidl
34 for i in `pkg-config --variable=libdir libxul`/xpidl ; do
This page took 0.055345 seconds and 4 git commands to generate.