Skip to content

Instantly share code, notes, and snippets.

@vladdy
Created July 21, 2013 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladdy/6049130 to your computer and use it in GitHub Desktop.
Save vladdy/6049130 to your computer and use it in GitHub Desktop.
Fix emacs compilation with 'brew install emacs --cocoa'
--- a/configure 2013-03-08 12:13:36.000000000 +0400
+++ b/configure 2013-07-21 20:52:43.000000000 +0400
@@ -24619,7 +24619,7 @@
## each); under Cocoa 31 commands are required.
if test "$HAVE_NS" = "yes"; then
libs_nsgui="-framework AppKit"
- headerpad_extra=6C8
+ headerpad_extra=8C0
else
libs_nsgui=
headerpad_extra=690
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment