From 0c0e8fd828132ba74baef61a04291cdc1a97f370 Mon Sep 17 00:00:00 2001 From: "Lev A. Serebryakov" Date: Tue, 12 Sep 2006 12:46:30 +0000 Subject: (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 [3] --- devel/subversion/files/patch-build--ltmain.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/subversion/files/patch-build--ltmain.sh (limited to 'devel/subversion/files/patch-build--ltmain.sh') diff --git a/devel/subversion/files/patch-build--ltmain.sh b/devel/subversion/files/patch-build--ltmain.sh new file mode 100644 index 000000000000..1e37810f843c --- /dev/null +++ b/devel/subversion/files/patch-build--ltmain.sh @@ -0,0 +1,11 @@ +--- 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 + ;; -- cgit v1.2.3