diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-29 07:17:18 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-29 07:17:18 +0000 |
commit | 4db8f9536ed41796aa9c9ffecc8118803c36d98a (patch) | |
tree | 5e2170b9d1f140927eece30efa3c1f7960f1121e /deskutils | |
parent | be150d136ee06a7b2b16aa1585e2f82ef7de26d1 (diff) | |
download | FreeBSD-ports-4db8f9536ed41796aa9c9ffecc8118803c36d98a.zip FreeBSD-ports-4db8f9536ed41796aa9c9ffecc8118803c36d98a.tar.gz |
Add missed continue statement.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/mrproject/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | deskutils/planner/files/patch-ltmain.sh | 18 |
2 files changed, 22 insertions, 14 deletions
diff --git a/deskutils/mrproject/files/patch-ltmain.sh b/deskutils/mrproject/files/patch-ltmain.sh index 7f05474..13a95af 100644 --- a/deskutils/mrproject/files/patch-ltmain.sh +++ b/deskutils/mrproject/files/patch-ltmain.sh @@ -1,11 +1,15 @@ ---- ltmain.sh.orig Sun Jan 20 16:11:07 2002 -+++ ltmain.sh Thu Jan 24 17:07:06 2002 -@@ -1058,8 +1058,13 @@ + +$FreeBSD$ + +--- ltmain.sh.orig Sat Jan 26 02:53:27 2002 ++++ ltmain.sh Tue Jan 29 09:13:29 2002 +@@ -1037,8 +1037,14 @@ continue ;; + -pthread) + compiler_flags="$compiler_flags -pthread" ++ continue + ;; + -module) @@ -14,9 +18,9 @@ continue ;; -@@ -2442,6 +2447,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. +@@ -2416,6 +2422,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. ;; + *-*-freebsd*) + # FreeBSD doesn't need this... @@ -24,7 +28,7 @@ *) # Add libc to deplibs on all other systems if necessary. if test $build_libtool_need_lc = "yes"; then -@@ -4208,10 +4216,12 @@ +@@ -4183,10 +4192,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/deskutils/planner/files/patch-ltmain.sh b/deskutils/planner/files/patch-ltmain.sh index 7f05474..13a95af 100644 --- a/deskutils/planner/files/patch-ltmain.sh +++ b/deskutils/planner/files/patch-ltmain.sh @@ -1,11 +1,15 @@ ---- ltmain.sh.orig Sun Jan 20 16:11:07 2002 -+++ ltmain.sh Thu Jan 24 17:07:06 2002 -@@ -1058,8 +1058,13 @@ + +$FreeBSD$ + +--- ltmain.sh.orig Sat Jan 26 02:53:27 2002 ++++ ltmain.sh Tue Jan 29 09:13:29 2002 +@@ -1037,8 +1037,14 @@ continue ;; + -pthread) + compiler_flags="$compiler_flags -pthread" ++ continue + ;; + -module) @@ -14,9 +18,9 @@ continue ;; -@@ -2442,6 +2447,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. +@@ -2416,6 +2422,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. ;; + *-*-freebsd*) + # FreeBSD doesn't need this... @@ -24,7 +28,7 @@ *) # Add libc to deplibs on all other systems if necessary. if test $build_libtool_need_lc = "yes"; then -@@ -4208,10 +4216,12 @@ +@@ -4183,10 +4192,12 @@ fi # Install the pseudo-library for information purposes. |