View | Details | Raw Unified | Return to bug 248812
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	mmh
3
PORTNAME=	mmh
4
PORTVERSION=	0.4
4
PORTVERSION=	0.4
5
PORTREVISION=	1
5
CATEGORIES=	mail
6
CATEGORIES=	mail
6
MASTER_SITES=	http://marmaro.de/prog/mmh/files/
7
MASTER_SITES=	http://marmaro.de/prog/mmh/files/
7
8
(-)files/patch-uip_mhbuild.c (+11 lines)
Line 0 Link Here
1
--- uip/mhbuild.c.orig	2020-08-21 13:38:24 UTC
2
+++ uip/mhbuild.c
3
@@ -51,7 +51,7 @@ char *version=VERSION;
4
 ** Directory to place tmp files.  This must
5
 ** be set before these routines are called.
6
 */
7
-char *tmp;
8
+extern char *tmp;
9
 
10
 pid_t xpid = 0;
11
 

Return to bug 248812