summaryrefslogtreecommitdiff
path: root/editors/emacs/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/hacks.mk')
-rw-r--r--editors/emacs/hacks.mk16
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