diff options
author | stef <l0ls0fo2i@ctrlc.hu> | 2015-02-10 10:52:08 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-02-10 10:52:08 +0000 |
commit | 1964efae661787a7828e42901708d098df07c664 (patch) | |
tree | c49347ff19306e7510640299a22cd08bbd37ecbf /testing/emacs/gamedir.patch | |
parent | e76f95d20786682c01232f0bbc7f2608478efe5d (diff) | |
download | aports-1964efae661787a7828e42901708d098df07c664.tar.bz2 aports-1964efae661787a7828e42901708d098df07c664.tar.xz |
testing/emacs: new aport
The extensible, customizable, self-documenting real-time display editor
http://www.gnu.org/software/emacs/emacs.html
build without xorg support
[tteras: fixed some dependencies, configure options and indenting]
Diffstat (limited to 'testing/emacs/gamedir.patch')
-rw-r--r-- | testing/emacs/gamedir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/emacs/gamedir.patch b/testing/emacs/gamedir.patch new file mode 100644 index 0000000000..899404ba98 --- /dev/null +++ b/testing/emacs/gamedir.patch @@ -0,0 +1,11 @@ +diff -urw emacs-7eb2077f9dd14ae9d70a12c621151afd50ea6e96/lib-src/Makefile.in emacs-7eb2077f9dd14ae9d70a12c621151afd50ea6e96/lib-src/Makefile.in +--- orig/lib-src/Makefile.in 2015-02-06 20:37:24.297691017 +0000 ++++ src/lib-src/Makefile.in 2015-02-06 20:38:05.006592590 +0000 +@@ -414,7 +414,6 @@ + + update-game-score${EXEEXT}: ${srcdir}/update-game-score.c $(NTLIB) $(config_h) + $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} \ +- -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ + $< $(NTLIB) $(LOADLIBES) -o $@ + + emacsclient.res: ../nt/emacsclient.rc $(NTINC)/../icons/emacs.ico |