mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
The recent version of binutils when libbfd is enabled installs sharded files that cause conflicts ports that use this never version to have conflicts. An example of this is mingw-w64, as both i686-w64-mingw32-binutils & x86_64-w64-mingw32-binutils will now both install these shared files. All bintuls Ports that could be changed/upgraded have a revision bump and binutils has --enable-install-libbfd added to keep the expected functionality.
11 lines
322 B
Tcl
11 lines
322 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup crossbinutils 1.0
|
|
|
|
crossbinutils.setup spu 2.34
|
|
revision 1
|
|
maintainers nomaintainer
|
|
|
|
configure.args-append --disable-werror
|