diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-06-26 13:45:06 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-06-26 13:45:06 +0000 |
commit | 58cd00f423cc61c57c250fb89fdba3270ddd3e65 (patch) | |
tree | 96ad594b3a66e45349d6235bc5731899bb495282 /textproc/miller/files/extra-patch-libtool | |
parent | 5cfa4ca99e546b5e6f8d6ea4e758a0b2333d175c (diff) |
Notes
Diffstat (limited to 'textproc/miller/files/extra-patch-libtool')
-rw-r--r-- | textproc/miller/files/extra-patch-libtool | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/miller/files/extra-patch-libtool b/textproc/miller/files/extra-patch-libtool deleted file mode 100644 index 06f6cefcb473..000000000000 --- a/textproc/miller/files/extra-patch-libtool +++ /dev/null @@ -1,13 +0,0 @@ ---- libtool.orig 2016-01-31 11:54:21 UTC -+++ libtool -@@ -7514,10 +7514,6 @@ func_mode_link () - # These systems don't actually have a C library (as such) - test X-lc = "X$arg" && continue - ;; -- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) -- # Do not include libc due to us having libc/libc_r. -- test X-lc = "X$arg" && continue -- ;; - *-*-rhapsody* | *-*-darwin1.[012]) - # Rhapsody C and math libraries are in the System framework - func_append deplibs " System.ltframework" |