aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gnash/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-09-22 06:12:11 +0800
committerpav <pav@FreeBSD.org>2007-09-22 06:12:11 +0800
commit62189a19873984cd21e9eefcddb07a76e1152fa9 (patch)
treeea4e627b9a683bccd44d7e38463ad0d12bc1efd4 /graphics/gnash/files
parent807d81fe3a09bfbf918c6761203cb2ed931e6bf8 (diff)
downloadfreebsd-ports-gnome-62189a19873984cd21e9eefcddb07a76e1152fa9.tar.gz
freebsd-ports-gnome-62189a19873984cd21e9eefcddb07a76e1152fa9.tar.zst
freebsd-ports-gnome-62189a19873984cd21e9eefcddb07a76e1152fa9.zip
- Update to 0.8.1
PR: ports/116406 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'graphics/gnash/files')
-rw-r--r--graphics/gnash/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/gnash/files/patch-configure b/graphics/gnash/files/patch-configure
deleted file mode 100644
index 3cb3452756e7..000000000000
--- a/graphics/gnash/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Fri Nov 17 22:09:10 2006
-+++ configure Wed Jan 31 21:07:06 2007
-@@ -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;}