summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authortron <tron>2000-07-10 21:22:05 +0000
committertron <tron>2000-07-10 21:22:05 +0000
commit898b888781aae2adf2bcaf2e0386fc4eed29e560 (patch)
treeb994f9e828e2453a72f1b245727bfedd4c61ebf5 /editors/emacs
parent67968f1f1a5a883e20ae6705113845ef9dfacdb8 (diff)
downloadpkgsrc-898b888781aae2adf2bcaf2e0386fc4eed29e560.tar.gz
Make "emacs" package build on "pmax" port. Patch supplied by Joel Reicher
in PR pkg/10548.
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/files/patch-sum3
-rw-r--r--editors/emacs/patches/patch-ac12
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/emacs/files/patch-sum b/editors/emacs/files/patch-sum
index 5ff02bda6aa..579af7fe3da 100644
--- a/editors/emacs/files/patch-sum
+++ b/editors/emacs/files/patch-sum
@@ -1,7 +1,8 @@
-$NetBSD: patch-sum,v 1.12 2000/06/24 17:03:38 minoura Exp $
+$NetBSD: patch-sum,v 1.13 2000/07/10 21:22:05 tron Exp $
MD5 (patch-aa) = 41d31356a0b856d789ded3ef10bb4349
MD5 (patch-ab) = ef7e12a958af844399e841d2205995d7
+MD5 (patch-ac) = 72a302cb50ca3517163d156201257e34
MD5 (patch-ad) = 66aac70c544f3877460851ffe37510ff
MD5 (patch-ae) = f1718f253dabb4b1b9be6d2839353c5e
MD5 (patch-af) = 139ec0b39a8bad5ab5cdc2c3785a59de
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