diff options
Diffstat (limited to 'mail/elm-me/Makefile')
-rw-r--r-- | mail/elm-me/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elm-me/Makefile b/mail/elm-me/Makefile index 7d1fa956bff..a2f7a97816e 100644 --- a/mail/elm-me/Makefile +++ b/mail/elm-me/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2013/04/06 15:46:37 rodent Exp $ +# $NetBSD: Makefile,v 1.36 2018/07/04 13:40:23 jperkin Exp $ DISTNAME= elm-2.4ME+93 PKGNAME= elm-me-2.4.93 @@ -30,7 +30,7 @@ CONF_FILES= ${PREFIX}/lib/elm.mimetypes-dist \ USE_TOOLS+= ksh SUBST_CLASSES+= errno -SUBST_STAGE.errno= post-patch +SUBST_STAGE.errno= pre-configure SUBST_MESSAGE.errno= Fixing declaration of errno. SUBST_FILES.errno= */*.c SUBST_SED.errno= -e 's,^extern int errno;,\#include <errno.h>,' |