FreeBSD Bugzilla – Attachment 217423 Details for
Bug 248812
mail/mmh: fix build with -fno-common
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build with -fno-common (clang 11 and gcc 10)
mmh-0.4_1.diff (text/plain), 1.07 KB, created by
satanist+freebsd
on 2020-08-21 16:45:30 UTC
(
hide
)
Description:
Fix build with -fno-common (clang 11 and gcc 10)
Filename:
MIME Type:
Creator:
satanist+freebsd
Created:
2020-08-21 16:45:30 UTC
Size:
1.07 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 545596) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= mmh > PORTVERSION= 0.4 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= http://marmaro.de/prog/mmh/files/ > >Index: files/patch-uip_mhbuild.c >=================================================================== >--- files/patch-uip_mhbuild.c (nonexistent) >+++ files/patch-uip_mhbuild.c (working copy) >@@ -0,0 +1,11 @@ >+--- uip/mhbuild.c.orig 2020-08-21 13:38:24 UTC >++++ uip/mhbuild.c >+@@ -51,7 +51,7 @@ char *version=VERSION; >+ ** Directory to place tmp files. This must >+ ** be set before these routines are called. >+ */ >+-char *tmp; >++extern char *tmp; >+ >+ pid_t xpid = 0; >+ > >Property changes on: files/patch-uip_mhbuild.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
satanist+freebsd:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 248812
: 217423