1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- remove obsolte patch, it was included upstream.

This commit is contained in:
Dirk Meyer 2009-09-15 05:08:14 +00:00
parent 52f4794224
commit cdc95da310
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241433

View File

@ -1,12 +0,0 @@
--- ltmain.sh.orig Tue Aug 6 11:52:31 2002
+++ ltmain.sh Wed Dec 4 08:17:43 2002
@@ -2444,6 +2444,9 @@
*-*-openbsd*)
# Do not include libc due to us having libc/libc_r.
;;
+ *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
if test $build_libtool_need_lc = "yes"; then