Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dmd-bootstrap: set configure.cxx_stdlib
prebuilt binary uses libstdc++
  • Loading branch information
MarcusCalhoun-Lopez committed Jun 1, 2018
1 parent 92c6bcc commit c6a212c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/dmd-bootstrap/Portfile
Expand Up @@ -5,6 +5,7 @@ PortSystem 1.0
name dmd-bootstrap
# version should be same as HOST_DMD_VER found in posix.mak from dmd port
version 2.068.2
revision 1
categories lang
platforms darwin
license {GPL-1 Artistic-1} Boost-1 Restrictive
Expand All @@ -19,6 +20,9 @@ master_sites http://downloads.dlang.org/releases/2.x/${version}
supported_archs x86_64
universal_variant no

# prebuilt binary uses libstdc++
configure.cxx_stdlib libstdc++

use_zip yes
distfiles dmd.${version}.osx${extract.suffix}
checksums rmd160 9f8cc6bb1b4171271cd5a8013cdbc85f63ca93cb \
Expand Down

0 comments on commit c6a212c

Please sign in to comment.