From d50d8e4b69f3d201a658e4b0e1ecc91d128c04b8 Mon Sep 17 00:00:00 2001 From: dinoex Date: Mon, 18 Jun 2012 06:11:54 +0000 Subject: - fix Unterminated quoted string on FreeBSD 9.x - fix unexpected operator on FreeBSD 7.x - merge REINPLACE_CMD --- graphics/gnash/files/patch-configure | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'graphics/gnash/files') diff --git a/graphics/gnash/files/patch-configure b/graphics/gnash/files/patch-configure index 6e15aee6dc61..a0fdb4e1189a 100644 --- a/graphics/gnash/files/patch-configure +++ b/graphics/gnash/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2011-03-18 09:50:30.000000000 -0400 -+++ configure 2011-07-23 14:50:23.436294372 -0400 -@@ -27778,6 +27778,11 @@ +--- 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 @@ -12,3 +12,30 @@ 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" -- cgit