aboutsummaryrefslogtreecommitdiff
path: root/devel/gnomevfs
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-29 07:17:18 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-29 07:17:18 +0000
commit30205df2d5ab424dab157ae456e6d894026f8810 (patch)
treeef5b8a940576ec3c26b8f2cb7f8668013355faac /devel/gnomevfs
parentca20e0fe13744aa03458d156ec14c16fd46ea5e4 (diff)
downloadports-30205df2d5ab424dab157ae456e6d894026f8810.tar.gz
ports-30205df2d5ab424dab157ae456e6d894026f8810.zip
Add missed continue statement.
Notes
Notes: svn path=/head/; revision=53943
Diffstat (limited to 'devel/gnomevfs')
-rw-r--r--devel/gnomevfs/files/patch-ltmain.sh15
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/gnomevfs/files/patch-ltmain.sh b/devel/gnomevfs/files/patch-ltmain.sh
index 3284d88e43f0..13a95afca583 100644
--- a/devel/gnomevfs/files/patch-ltmain.sh
+++ b/devel/gnomevfs/files/patch-ltmain.sh
@@ -1,14 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sun Jan 20 16:11:07 2002
-+++ ltmain.sh Thu Jan 24 17:07:06 2002
-@@ -1058,8 +1058,13 @@
+--- 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)
@@ -17,9 +18,9 @@ $FreeBSD$
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...
@@ -27,7 +28,7 @@ $FreeBSD$
*)
# 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.