aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gnash/files
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-06-18 14:11:54 +0800
committerdinoex <dinoex@FreeBSD.org>2012-06-18 14:11:54 +0800
commitd50d8e4b69f3d201a658e4b0e1ecc91d128c04b8 (patch)
tree5b0a7ede3d982e3cb08fb97b0778a50a0a3b2ca8 /graphics/gnash/files
parent910bb51a19b97e84f8661dc1c3fdd9efd67f1c72 (diff)
downloadfreebsd-ports-gnome-d50d8e4b69f3d201a658e4b0e1ecc91d128c04b8.tar.gz
freebsd-ports-gnome-d50d8e4b69f3d201a658e4b0e1ecc91d128c04b8.tar.zst
freebsd-ports-gnome-d50d8e4b69f3d201a658e4b0e1ecc91d128c04b8.zip
- fix Unterminated quoted string on FreeBSD 9.x
- fix unexpected operator on FreeBSD 7.x - merge REINPLACE_CMD
Diffstat (limited to 'graphics/gnash/files')
-rw-r--r--graphics/gnash/files/patch-configure33
1 files changed, 30 insertions, 3 deletions
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"