aboutsummaryrefslogtreecommitdiff
path: root/graphics/gnash/files/patch-configure
blob: a0fdb4e1189a285b7c5f2b1a887e334fabcc48da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
--- configure.orig	2012-01-19 20:19:29.000000000 +0100
+++ configure	2012-06-18 07:47:13.000000000 +0200
@@ -30836,6 +30836,11 @@
       esac
     fi
 
+#  KDE4_PREFIX override
+    if test x"${with_kde4_prefix}" != x; then
+        KDE4_PREFIX="${with_kde4_prefix}"
+    fi
+
     if test x"${with_kde4_plugindir}" != x ; then
       KDE4_PLUGINDIR="${with_kde4_plugindir}"
     else
@@ -49394,7 +49399,7 @@
 
 if test x$build_agg = xyes; then # {
   echo "        AGG Pixel format is: $pixelformat"
-  if test x"$AGG_LIBS" != x -a x"${agg25}" == xyes; then # {
+  if test x"$AGG_LIBS" != x -a x"${agg25}" = xyes; then # {
     if test x"$AGG_CFLAGS" != x; then # {
       echo "        AGG flags are: $AGG_CFLAGS"
     else # }{
@@ -50044,7 +50049,7 @@
   else
 
   pkg_out_fd=3
-  echo "          ERROR: `echo "No SSL development package is installed, but it's enabled."" | fold -s -w 62 | sed 's/^/                 /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
+  echo "          ERROR: `echo "No SSL development package is installed, but it's enabled." | fold -s -w 62 | sed 's/^/                 /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
   deb_dest="$deb_err"
   rpm_dest="$rpm_err"
   yast_dest="$yast_err"
@@ -50063,7 +50068,7 @@
   else
 
   pkg_out_fd=3
-  echo "          ERROR: `echo "No SSH development package is installed, but it's enabled."" | fold -s -w 62 | sed 's/^/                 /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
+  echo "          ERROR: `echo "No SSH development package is installed, but it's enabled." | fold -s -w 62 | sed 's/^/                 /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
   deb_dest="$deb_err"
   rpm_dest="$rpm_err"
   yast_dest="$yast_err"