summaryrefslogtreecommitdiff
path: root/multimedia/gnash/patches
diff options
context:
space:
mode:
authormarkd <markd>2006-12-07 10:50:27 +0000
committermarkd <markd>2006-12-07 10:50:27 +0000
commitca45b4495f11c84a0034e83e3d7195506bdc6ca1 (patch)
tree9cde19b2d3751814c8d36470d444d261b45cdfae /multimedia/gnash/patches
parent89bc539d643755879e400fe031b5f535e18b9cee (diff)
downloadpkgsrc-ca45b4495f11c84a0034e83e3d7195506bdc6ca1.tar.gz
Whoops, I clobbered rillig's previous commit with my last one, put his
changes back. Spotted by wiz.
Diffstat (limited to 'multimedia/gnash/patches')
-rw-r--r--multimedia/gnash/patches/patch-aa16
1 files changed, 14 insertions, 2 deletions
diff --git a/multimedia/gnash/patches/patch-aa b/multimedia/gnash/patches/patch-aa
index d48a36e357c..2dd41525cff 100644
--- a/multimedia/gnash/patches/patch-aa
+++ b/multimedia/gnash/patches/patch-aa
@@ -1,7 +1,10 @@
-$NetBSD: patch-aa,v 1.5 2006/12/07 10:07:10 markd Exp $
+$NetBSD: patch-aa,v 1.6 2006/12/07 10:50:28 markd Exp $
+
+* Fixed "test ==".
+* Fixed an invalid use of backticks (line 26598).
--- configure.orig 2006-11-17 20:09:10.000000000 +0100
-+++ configure 2006-12-06 00:22:10.000000000 +0100
++++ configure 2006-12-07 01:23:40.000000000 +0100
@@ -4303,13 +4303,13 @@
LIBPRE="lib"
@@ -18,6 +21,15 @@ $NetBSD: patch-aa,v 1.5 2006/12/07 10:07:10 markd Exp $
LIBEXT="dll"
fi
fi
+@@ -26598,7 +26598,7 @@
+ if test x"${with_atk_lib}" != x ; then
+ libname=atkatk-x11-${gnash_atk_version}
+ if test -f ${with_atk_lib}/lib${libname}.a -o -f ${with_atk_lib}/lib${libname}.so; then
+- ac_cv_path_atk_lib="`-L(cd ${with_atk_lib}; pwd)` -l${libname}"
++ ac_cv_path_atk_lib="-L`cd ${with_atk_lib}; pwd` -l${libname}"
+ else
+ { { echo "$as_me:$LINENO: error: ${with_atk_lib} directory doesn't contain libatkatk." >&5
+ echo "$as_me: error: ${with_atk_lib} directory doesn't contain libatkatk." >&2;}
@@ -45388,7 +45388,7 @@