diff options
author | gdt <gdt@pkgsrc.org> | 2015-01-10 16:15:29 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-01-10 16:15:29 +0000 |
commit | 9295317f37ad9645d93ec0c8e4b13c174a0ff265 (patch) | |
tree | af8422836fc5dbe52596709cb94999d188b78ccd /editors/emacs24-nox11 | |
parent | 0eb7032ddd67680fb0259a0a66be015a082c544c (diff) | |
download | pkgsrc-9295317f37ad9645d93ec0c8e4b13c174a0ff265.tar.gz |
Copy gnulib readlinkat patch from archivers/gtar-base.
This undefines readlink so that the twisty maze of symlinks builds,
and fixes the build on netbsd-5. Confirmed to work on netbsd-5/amd64
and netbsd-6/i386. Thanks to obache@ for pointing out the problem.
I will request a pullup to 2014Q4 soon if there are no objections.
Diffstat (limited to 'editors/emacs24-nox11')
-rw-r--r-- | editors/emacs24-nox11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs24-nox11/Makefile b/editors/emacs24-nox11/Makefile index d02c4bc354a..7b3742f1b2f 100644 --- a/editors/emacs24-nox11/Makefile +++ b/editors/emacs24-nox11/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2014/10/28 12:44:05 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/01/10 16:15:30 gdt Exp $ PKGNAME= ${DISTNAME:S/emacs/emacs24/:S/-/-nox11-/} +PKGREVISION= 1 CONFLICTS+= emacs24-[0-9]* |