diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-08 08:17:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-08 08:17:18 +0000 |
commit | 81e19be8c67b635fb62a699ee7a28006df34b374 (patch) | |
tree | d6facc58aa1a9d71c2a5555d8afdb83cf7fc4d94 /devel/devhelp/files/patch-configure | |
parent | 4728f4f68580c9c9e8d57c358b3b2bbc56799bc3 (diff) |
Notes
Diffstat (limited to 'devel/devhelp/files/patch-configure')
-rw-r--r-- | devel/devhelp/files/patch-configure | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/devel/devhelp/files/patch-configure b/devel/devhelp/files/patch-configure deleted file mode 100644 index d0f4d380dcfb..000000000000 --- a/devel/devhelp/files/patch-configure +++ /dev/null @@ -1,41 +0,0 @@ ---- configure.orig Wed Dec 27 12:37:13 2006 -+++ configure Wed Dec 27 12:41:54 2006 -@@ -1047,9 +1047,9 @@ - include additional configurations [automatic] - --with-gconf-source=sourceaddress Config database for installing schema files. - --with-gconf-schema-file-dir=dir Directory for installing schema files. -- --with-mozilla[=mozilla|firefox|thunderbird] -- Whether to use mozilla, firefox or thunderbird -- gtkmozembed (default: mozilla) -+ --with-mozilla[=mozilla|firefox|seamonkey|thunderbird] -+ Whether to use mozilla, firefox, seamonkey -+ or thunderbird gtkmozembed (default: mozilla) - --with-zlib=DIR use libz in DIR - - Some influential environment variables: -@@ -20253,6 +20253,8 @@ - MOZILLA=mozilla - elif pkg-config --exists firefox-gtkmozembed; then - MOZILLA=firefox -+ elif pkg-config --exists seamonkey-gtkmozembed; then -+ MOZILLA=seamonkey - elif pkg-config --exists thunderbird-gtkmozembed; then - MOZILLA=thunderbird - else -@@ -20260,7 +20262,7 @@ - echo "$as_me: error: no mozilla installation found" >&2;} - { (exit 1); exit 1; }; } - fi --elif test "x$with_mozilla" != "xmozilla" -a "x$with_mozilla" != "xfirefox" -a "x$with_mozilla" != "xthunderbird"; then -+elif test "x$with_mozilla" != "xmozilla" -a "x$with_mozilla" != "xfirefox" -a "x$with_mozilla" != "xseamonkey" -a "x$with_mozilla" != "xthunderbird"; then - { { echo "$as_me:$LINENO: error: unknown mozilla name ($MOZILLA)" >&5 - echo "$as_me: error: unknown mozilla name ($MOZILLA)" >&2;} - { (exit 1); exit 1; }; } -@@ -20274,6 +20276,7 @@ - case "$MOZILLA" in - mozilla) min_version=1.7 flavour=mozilla ;; - firefox) min_version=0.10 flavour=toolkit ;; -+seamonkey) min_version=1.0 flavour=toolkit ;; - thunderbird) min_version=0.8 flavour=toolkit ;; - esac - |