summaryrefslogtreecommitdiff
path: root/mail/thunderbird-esr/files/patch-configure
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /mail/thunderbird-esr/files/patch-configure
parent- Now fix to use this port on !i386. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Notes
Notes: svn path=/head/; revision=244256 svn path=/tags/RELEASE_8_0_0/; revision=244257; tag=release/8.0.0
Diffstat (limited to 'mail/thunderbird-esr/files/patch-configure')
-rw-r--r--mail/thunderbird-esr/files/patch-configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/thunderbird-esr/files/patch-configure b/mail/thunderbird-esr/files/patch-configure
deleted file mode 100644
index 6e0564d4bb0d..000000000000
--- a/mail/thunderbird-esr/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig 2008-10-19 18:21:23.000000000 +0200
-+++ configure 2009-07-23 09:44:48.000000000 +0200
-@@ -5408,7 +5408,7 @@
- CPU_ARCH=sparc
- ;;
-
--x86_64 | sparc | ppc | ia64)
-+amd64 | x86_64 | sparc | ppc | ia64)
- CPU_ARCH="$OS_TEST"
- ;;
- esac
-@@ -20065,7 +20065,7 @@
- LIBS_PATH=
- for lib_arg in $NSPR_LIBS $TK_LIBS; do
- case $lib_arg in
-- -L* ) LIBS_PATH="${LIBS_PATH:+$LIBS_PATH:}"`expr $lib_arg : "-L\(.*\)"` ;;
-+ -L* ) LIBS_PATH="${LIBS_PATH:+$LIBS_PATH:}"`expr -- $lib_arg : "-L\(.*\)"` ;;
- * ) ;;
- esac
- done