diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:26:09 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:26:09 +0800 |
commit | 99eb4e838b10ac9494e619513637f3a8dd6df892 (patch) | |
tree | 65aac6d379f5943e003865775f7bb990e3bd9dbf /x11-toolkits | |
parent | ae380796309818e1378c43a0e152fdab5f2c46b9 (diff) | |
download | marcuscom-ports-99eb4e838b10ac9494e619513637f3a8dd6df892.tar marcuscom-ports-99eb4e838b10ac9494e619513637f3a8dd6df892.tar.gz marcuscom-ports-99eb4e838b10ac9494e619513637f3a8dd6df892.tar.bz2 marcuscom-ports-99eb4e838b10ac9494e619513637f3a8dd6df892.tar.lz marcuscom-ports-99eb4e838b10ac9494e619513637f3a8dd6df892.tar.xz marcuscom-ports-99eb4e838b10ac9494e619513637f3a8dd6df892.tar.zst marcuscom-ports-99eb4e838b10ac9494e619513637f3a8dd6df892.zip |
Add patch, that missed the bus in the last commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10354 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome-extras/files/patch-configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome-extras/files/patch-configure b/x11-toolkits/py-gnome-extras/files/patch-configure new file mode 100644 index 000000000..407ce7f17 --- /dev/null +++ b/x11-toolkits/py-gnome-extras/files/patch-configure @@ -0,0 +1,22 @@ +--- configure.orig Sun Feb 25 16:31:03 2007 ++++ configure Sat Jul 21 20:04:43 2007 +@@ -1550,7 +1550,7 @@ + --with-pic try to use only PIC/non-PIC objects [default=use + both] + --with-tags[=TAGS] include additional configurations [automatic] +- --with-gtkmozembed=mozilla|firefox|xulrunner ++ --with-gtkmozembed=mozilla|firefox|xulrunner|seamonkey + package that provides libgtkmozembed + + Some influential environment variables: +@@ -22072,8 +22072,9 @@ + xulrunner) mozpackage_required_version=1.8 ;; + firefox) mozpackage_required_version=1.0 ;; + mozilla) mozpackage_required_version=1.2b ;; ++ seamonkey) mozpackage_required_version=1.1.3 ;; + *) { { echo "$as_me:$LINENO: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&5 +-echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&2;} ++echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', 'seamonkey' or 'xulrunner'" >&2;} + { (exit 1); exit 1; }; } + esac + |