diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /mail/thunderbird3/files/patch-configure | |
parent | 07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff) |
Notes
Diffstat (limited to 'mail/thunderbird3/files/patch-configure')
-rw-r--r-- | mail/thunderbird3/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/thunderbird3/files/patch-configure b/mail/thunderbird3/files/patch-configure deleted file mode 100644 index f38bd5ee88b5..000000000000 --- a/mail/thunderbird3/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2007-07-30 02:45:45.000000000 -0400 -+++ configure 2007-07-30 02:46:26.000000000 -0400 -@@ -20025,7 +20025,7 @@ MOZILLA_1_8_BRANCH=1 - 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 |