Skip to content
Permalink
Browse files

source-highlight: autoreconf to update libtool

  • Loading branch information
jmroot committed Mar 21, 2018
1 parent 6d0b77b commit 17ff20b97ea77403492e1bad7beb153f0e6c8312
Showing with 2 additions and 6 deletions.
  1. +2 −6 textproc/source-highlight/Portfile
@@ -25,12 +25,8 @@ master_sites gnu:src-highlite
checksums rmd160 a6e0ad1713deb2056984a97adc7dfd0e6610809f \
sha256 01336a7ea1d1ccc374201f7b81ffa94d0aecb33afc7d6903ebf9fbf33a55ada3

# Make sure that the port does not link against system libstdc++.
# libtool strips unknown flags in link mode, c.f.,
# https://www.gnu.org/software/libtool/manual/html_node/Stripped-link-flags.html
if {[string match *clang* ${configure.compiler}]} {
configure.ldflags-append -Wc,-stdlib=${configure.cxx_stdlib}
}
# bundled libtool version doesn't recognise -stdlib
use_autoreconf yes

configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man \

0 comments on commit 17ff20b

Please sign in to comment.
You can’t perform that action at this time.