freebsd-ports/graphics/ImageMagick/files/patch-an

29 lines
751 B
Text
Raw Normal View History

--- ltmain.sh.orig Mon Sep 24 07:11:39 2001
+++ ltmain.sh Sat Sep 29 19:58:41 2001
@@ -1138,6 +1138,7 @@
;;
-avoid-version)
+ build_old_libs=no
avoid_version=yes
continue
;;
@@ -1225,7 +1226,7 @@
# These systems don't actually have a C library (as such)
test "X$arg" = "X-lc" && continue
;;
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# Do not include libc due to us having libc/libc_r.
test "X$arg" = "X-lc" && continue
;;
@@ -2829,7 +2835,7 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# Do not include libc due to us having libc/libc_r.
test "X$arg" = "X-lc" && continue
;;