diff options
-rw-r--r-- | editors/mule/Makefile | 5 | ||||
-rw-r--r-- | editors/mule/distinfo | 3 | ||||
-rw-r--r-- | editors/mule/patches/patch-be | 13 |
3 files changed, 17 insertions, 4 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index c5f8bbadd69..5d8714fb6d0 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/11/27 08:47:41 uebayasi Exp $ +# $NetBSD: Makefile,v 1.17 2002/11/29 00:24:48 kei Exp $ DISTNAME= mule-2.3 PKGREVISION= 1 @@ -11,8 +11,6 @@ COMMENT= Multilingual GNU editing macros (editor) CONFLICTS= emacs-[0-9]* -BROKEN= Compilation has some problems - .include "../../mk/bsd.prefs.mk" .if !defined(USE_WNN4) || ${USE_WNN4} == YES @@ -26,6 +24,7 @@ WRKSRC= ${WRKDIR}/mule GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_GMAKE= yes +USE_X11BASE= yes CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-x --with-x-toolkit=lucid CONFIGURE_ARGS+= --terminal-face --mcpath diff --git a/editors/mule/distinfo b/editors/mule/distinfo index b81ebc03711..bc317e5546e 100644 --- a/editors/mule/distinfo +++ b/editors/mule/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 11:01:03 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/11/29 00:24:48 kei Exp $ SHA1 (mule-2.3.tar.gz) = 52737767955caf2fde34b994f367a89c5d8a045f Size (mule-2.3.tar.gz) = 10240256 bytes @@ -27,3 +27,4 @@ SHA1 (patch-ba) = 9652fcb9e59787399ebc477e4d3825cce2c3ac88 SHA1 (patch-bb) = 70dbf921cd7d9f876189571779bcb3f894325a05 SHA1 (patch-bc) = 1f131a612cd31c42910f71d96728416236081d85 SHA1 (patch-bd) = 8fcaac760834208f06a44bd5c0776463864818ad +SHA1 (patch-be) = c406e32f5fdfa3ec7c78ea39594332252682f156 diff --git a/editors/mule/patches/patch-be b/editors/mule/patches/patch-be new file mode 100644 index 00000000000..0be8b03b941 --- /dev/null +++ b/editors/mule/patches/patch-be @@ -0,0 +1,13 @@ +$NetBSD: patch-be,v 1.1 2002/11/29 00:24:48 kei Exp $ + +--- src/config.h.in.orig Fri Nov 29 01:35:25 2002 ++++ src/config.h.in Fri Nov 29 01:35:48 2002 +@@ -177,7 +177,7 @@ + + /* Define if you have the ANSI `strerror' function. + Otherwise you must have the variable `char *sys_errlist[]'. */ +-#undef HAVE_STRERROR ++#define HAVE_STRERROR + + /* Define if `sys_siglist' is declared by <signal.h>. */ + #undef SYS_SIGLIST_DECLARED |