Merge pull request #41951 from smaret/ispell
ispell: fix compilation on Darwin
This commit is contained in:
commit
20d16d92a6
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
cat >> local.h <<EOF
|
cat >> local.h <<EOF
|
||||||
#define USG
|
${stdenv.lib.optionalString (!stdenv.isDarwin) "#define USG"}
|
||||||
#define TERMLIB "-lncurses"
|
#define TERMLIB "-lncurses"
|
||||||
#define LANGUAGES "{american,MASTERDICTS=american.med,HASHFILES=americanmed.hash}"
|
#define LANGUAGES "{american,MASTERDICTS=american.med,HASHFILES=americanmed.hash}"
|
||||||
#define MASTERHASH "americanmed.hash"
|
#define MASTERHASH "americanmed.hash"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user