1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/subversion/files/patch-build--ltmain.sh
Lev A. Serebryakov 0c0e8fd828 (1) Update to 1.4.0 release
(2) Migrate book to stable version 1.2
  (3) Add images to HTML book
  (4) Add dependency to gfind (findutils) for asvn
  (5) Improve asvn script

PR:		ports/99177 [4],[5]
Submitted by:	David Robillard <david.robillard@gmail.com> [3]
2006-09-12 12:46:30 +00:00

12 lines
438 B
Bash

--- 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
;;