Libtool is required. PR#18390 by Gordon Zaft.
This commit is contained in:
parent
3ac80e007e
commit
70026ed367
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.47 2002/08/21 02:23:04 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.48 2002/09/24 00:37:01 uebayasi Exp $
|
||||
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
|
||||
|
||||
DISTNAME= emacs-20.7
|
||||
|
@ -13,6 +13,7 @@ CONFLICTS= mule-[0-9]*
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_ARCH.mipsbe= mips
|
||||
|
||||
BUILD_DEFS+= USE_INET6 EMACS_USE_POP EMACS_USE_X EMACS_USE_X_TOOLKIT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2002/09/21 11:30:59 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2002/09/24 00:37:01 uebayasi Exp $
|
||||
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
|
||||
|
||||
DISTNAME= emacs-21.2
|
||||
|
@ -14,6 +14,7 @@ CONFLICTS= mule-[0-9]*
|
|||
USE_BUILDLINK2= yes
|
||||
USE_X11= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --with-x
|
||||
|
|
Loading…
Reference in a new issue