Merge pull request #86329 from mikesperber/unbreak-openexr-macos
openexr, imlbase: unbreak on macOS
This commit is contained in:
commit
32fbb42ba7
@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
|
||||
./bootstrap
|
||||
'';
|
||||
|
||||
# otherwise, the pkgconfig info for the libraries will not match the filenames
|
||||
configureFlags = stdenv.lib.optionalString stdenv.isDarwin "--enable-namespaceversioning=no";
|
||||
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
nativeBuildInputs = [ automake autoconf libtool which ];
|
||||
|
||||
|
@ -42,6 +42,9 @@ stdenv.mkDerivation rec {
|
||||
./bootstrap
|
||||
'';
|
||||
|
||||
# otherwise, the pkgconfig info for the libraries will not match the filenames
|
||||
configureFlags = stdenv.lib.optionalString stdenv.isDarwin "--enable-namespaceversioning=no";
|
||||
|
||||
nativeBuildInputs = [ pkgconfig autoconf automake libtool ];
|
||||
propagatedBuildInputs = [ ilmbase zlib ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user