- Mark port as BROKEN for aarch64
- Remove now redundant BROKEN_* directive from slave port: editors/emacs-nox11 Reported by: Gergely Czuczy <gergely.czuczy at harmless.hu>
This commit is contained in:
parent
308405e875
commit
d97f43e9ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436120
3 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
CONFLICTS= emacs25-[0-9]* emacs-nox11-[0-9]*
|
||||
|
||||
BROKEN_aarch64= Fails to link: missing sbrk
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= emacs-mirror
|
||||
GH_TAGNAME= 55c0c3e
|
||||
|
|
|
@ -12,6 +12,4 @@ OPTIONS_DEFAULT= GNUTLS MODULES SOURCES XML
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../emacs
|
||||
|
||||
BROKEN_aarch64= Fails to link: missing sbrk
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
CONFLICTS_INSTALL?= emacs-devel-[0-9]* emacs-nox11-[0-9]*
|
||||
|
||||
BROKEN_aarch64= Fails to link: missing sbrk
|
||||
|
||||
EMACS_VER= 25.1
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cpe gmake makeinfo ncurses pkgconfig tar:xz
|
||||
|
|
Loading…
Reference in a new issue