View | Details | Raw Unified | Return to bug 207271 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 lines)
Lines 14-20 Link Here
14
LICENSE=	GPLv3
14
LICENSE=	GPLv3
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
BROKEN_FreeBSD_9=does not build
18
BROKEN_sparc64=	fails to compile at bootstrap phase
17
BROKEN_sparc64=	fails to compile at bootstrap phase
19
BROKEN_ia64=	Emacs 24.X does not currently build on ia64
18
BROKEN_ia64=	Emacs 24.X does not currently build on ia64
20
19
Lines 26-33 Link Here
26
EMACS_VER=	25.0.90
25
EMACS_VER=	25.0.90
27
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
28
USES=		cpe gmake makeinfo ncurses pkgconfig tar:xz
27
USES=		cpe gmake makeinfo ncurses pkgconfig tar:xz
29
CPPFLAGS+=	-I${LOCALBASE}/include
30
LDFLAGS+=	-L${LOCALBASE}/lib
31
INFO_PATH=	${DATADIR_REL}/info
28
INFO_PATH=	${DATADIR_REL}/info
32
CPE_VENDOR=	gnu
29
CPE_VENDOR=	gnu
33
30

Return to bug 207271