diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-30 06:53:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-30 06:53:02 +0000 |
commit | 993cd2db6113ef491d1482b2efb793e68090620e (patch) | |
tree | 9044c66e36ef365dbfe7bedd8d95b83f8aa81009 | |
parent | d9e7d070f47771c1c0fcaf43a60dfd5471d8f7aa (diff) | |
download | ports-993cd2db6113ef491d1482b2efb793e68090620e.tar.gz ports-993cd2db6113ef491d1482b2efb793e68090620e.zip |
Notes
-rw-r--r-- | mail/thunderbird-esr/files/patch-configure | 11 | ||||
-rw-r--r-- | mail/thunderbird/files/patch-configure | 11 | ||||
-rw-r--r-- | mail/thunderbird3/files/patch-configure | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-configure b/mail/thunderbird-esr/files/patch-configure new file mode 100644 index 000000000000..f38bd5ee88b5 --- /dev/null +++ b/mail/thunderbird-esr/files/patch-configure @@ -0,0 +1,11 @@ +--- 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 diff --git a/mail/thunderbird/files/patch-configure b/mail/thunderbird/files/patch-configure new file mode 100644 index 000000000000..f38bd5ee88b5 --- /dev/null +++ b/mail/thunderbird/files/patch-configure @@ -0,0 +1,11 @@ +--- 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 diff --git a/mail/thunderbird3/files/patch-configure b/mail/thunderbird3/files/patch-configure new file mode 100644 index 000000000000..f38bd5ee88b5 --- /dev/null +++ b/mail/thunderbird3/files/patch-configure @@ -0,0 +1,11 @@ +--- 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 |