emacs24Macport: fix SDK version issue

This commit is contained in:
Anthony Cowley 2016-09-04 20:32:25 -04:00
parent c083ab99b2
commit 51b404b048

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
"--enable-mac-app=$$out/Applications"
];
CFLAGS = "-O3";
CFLAGS = "-O3 -DMAC_OS_X_VERSION_MAX_ALLOWED=1090";
LDFLAGS = "-O3 -L${ncurses.out}/lib";
postInstall = ''