ports/devel/subversion/files/patch-build--ltmain.sh
Lev A. Serebryakov 09a0319c83 Update subversion to 1.7.0.
Make FreeBSD patches to be port's options and remove separated port.

  Rename patches to more sane names.

  Add devel/subversion16 port, for people, who need old version.

  Mark ports, which could not be built with subversion 1.7.x, as
  conflicting with new subversion.
2011-10-16 14:31:47 +00:00

11 lines
460 B
Bash

--- build/ltmain.sh.orig 2011-08-26 19:01:42.000000000 +0400
+++ build/ltmain.sh 2011-09-08 00:11:05.000000000 +0400
@@ -5597,7 +5597,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
;;