Recode: Build on OS X
This commit is contained in:
parent
4ac818601e
commit
d04c84d0ac
@ -22,6 +22,9 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace src/Makefile.am --replace "ansi2knr" ""
|
substituteInPlace src/Makefile.am --replace "ansi2knr" ""
|
||||||
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
''
|
||||||
|
+ stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
|
export LDFLAGS=-lintl
|
||||||
'';
|
'';
|
||||||
|
|
||||||
#doCheck = true; # doesn't work yet
|
#doCheck = true; # doesn't work yet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user