ports/editors/emacs.app/files/patch-emacs.c
Dirk Meyer a953ca4ff7 - avoid fixed pathname
- fix build with new gnustep-gui
- take maintainership
Approved by:	maintainer
2008-04-29 18:49:33 +00:00

11 lines
240 B
C

--- src/emacs.c.orig 2006-09-20 04:29:27.000000000 +0200
+++ src/emacs.c 2008-03-23 18:38:20.000000000 +0100
@@ -48,7 +48,7 @@
#endif
#ifdef GNUSTEP
-#include <GSConfig.h>
+#include <GNUstepBase/GSConfig.h>
#endif
#include "lisp.h"