summaryrefslogtreecommitdiff
path: root/editors/emacs/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-07-10 21:22:05 +0000
committertron <tron@pkgsrc.org>2000-07-10 21:22:05 +0000
commit49468beb116ec023062eb7c4307c148f5848045b (patch)
treeb994f9e828e2453a72f1b245727bfedd4c61ebf5 /editors/emacs/patches
parentba814665a49fc78513dd4d84332947b653b1d88e (diff)
downloadpkgsrc-49468beb116ec023062eb7c4307c148f5848045b.tar.gz
Make "emacs" package build on "pmax" port. Patch supplied by Joel Reicher
in PR pkg/10548.
Diffstat (limited to 'editors/emacs/patches')
-rw-r--r--editors/emacs/patches/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-ac b/editors/emacs/patches/patch-ac
new file mode 100644
index 00000000000..d9ef70862e2
--- /dev/null
+++ b/editors/emacs/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.9 2000/07/10 21:22:08 tron Exp $
+
+--- src/unexelf.c.orig Mon May 15 18:14:02 2000
++++ src/unexelf.c Mon Jul 10 00:53:42 2000
+@@ -479,6 +479,7 @@
+
+ # ifndef PT_LOAD
+ # define PT_LOAD Elf_pt_load
++# define SHT_PROGBITS Elf_sht_progbits
+ # define SHT_SYMTAB Elf_sht_symtab
+ # define SHT_DYNSYM Elf_sht_dynsym
+ # define SHT_NULL Elf_sht_null