diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
commit | cec49cf8f48420d4e91f2d480cf281bd2d79e999 (patch) | |
tree | 26a0b2f13d3c39b0da0fdcdd6f2fdbf06bdc636e /devel/subversion16/files/patch-build--ltmain.sh | |
parent | 6a1c5fb9a79f259c9737a9bfa2ce5a164672585b (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_EOL'.4-eol
Notes
Notes:
svn path=/head/; revision=183609
svn path=/tags/RELEASE_4_EOL/; revision=183610; tag=4-eol
Diffstat (limited to 'devel/subversion16/files/patch-build--ltmain.sh')
-rw-r--r-- | devel/subversion16/files/patch-build--ltmain.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/subversion16/files/patch-build--ltmain.sh b/devel/subversion16/files/patch-build--ltmain.sh deleted file mode 100644 index 1e37810f843c..000000000000 --- a/devel/subversion16/files/patch-build--ltmain.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- build/ltmain.sh.orig Fri May 20 21:41:54 2005 -+++ build/ltmain.sh Wed May 25 14:38:21 2005 -@@ -1492,7 +1492,7 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) -+ *-*-openbsd* | *-*-freebsd4* | *-*-dragonfly*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; |