diff options
author | stf <7o5rfu92t@ctrlc.hu> | 2016-11-15 16:11:37 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-16 15:52:28 +0100 |
commit | 4a3a8807fb455042bc4cc8641583511ada295222 (patch) | |
tree | 504a3c8b38d2232850aaf20149f4d66d68132dcd /community/emacs/gamedir.patch | |
parent | e986c6ab3e496f884725c5e251832b9f2274e574 (diff) | |
download | aports-4a3a8807fb455042bc4cc8641583511ada295222.tar.bz2 aports-4a3a8807fb455042bc4cc8641583511ada295222.tar.xz |
community/emacs cleaned up testing&unmaintained
bumped to v25.1, added nox, x11 and gtk2 variants
Diffstat (limited to 'community/emacs/gamedir.patch')
-rw-r--r-- | community/emacs/gamedir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/emacs/gamedir.patch b/community/emacs/gamedir.patch new file mode 100644 index 0000000000..c1bcbadd63 --- /dev/null +++ b/community/emacs/gamedir.patch @@ -0,0 +1,11 @@ +diff -urw emacs-25.1/lib-src/Makefile.in emacs-25.1-gamedir/lib-src/Makefile.in +--- emacs-25.1/lib-src/Makefile.in 2016-06-29 09:49:18.000000000 +0000 ++++ emacs-25.1-gamedir/lib-src/Makefile.in 2016-10-24 15:37:46.718699816 +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 |