diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-05 22:04:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-05 22:04:50 +0000 |
commit | 87861c8a8969013da387a6efce396b780791e479 (patch) | |
tree | a9fb5d7d981743a3a24473b9c3783ebbb53d429e /editors/emacs/hacks.mk | |
parent | 1cddb051ccef3e55672391b20405baf5c7fdaf70 (diff) | |
download | pkgsrc-87861c8a8969013da387a6efce396b780791e479.tar.gz |
Update editors/emacs and editors/emacs-nox11 to 23.1.
Major changes:
- Improved Unicode support.
- Font rendering with Fontconfig and Xft.
- Support for using X displays and text terminals in one session, and
for running as a daemon.
- Support for multi-file commits in distributed version-control
systems (VC-dir).
- The default X toolkit is now Gtk+, rather than Lucid.
Diffstat (limited to 'editors/emacs/hacks.mk')
-rw-r--r-- | editors/emacs/hacks.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/emacs/hacks.mk b/editors/emacs/hacks.mk deleted file mode 100644 index e6e849465e4..00000000000 --- a/editors/emacs/hacks.mk +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: hacks.mk,v 1.3 2009/01/28 11:36:34 markd Exp $ - -.if !defined(EMACS_HACKS_MK) -EMACS_HACKS_MK= # defined - - -### -### Workaround for PR pkg/39778 -### -. include "../../mk/bsd.fast.prefs.mk" -. if !empty(MACHINE_PLATFORM:MNetBSD-[4-9].*-x86_64) -pre-build: - ${TOUCH} ${WRKSRC}/leim/quail/tsang-b5.el -. endif - -.endif |