Date: Sun, 19 Feb 2006 14:04:09 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gensig Makefile ports/mail/gensig/files patch-sigparams.c Message-ID: <200602191404.k1JE49fv040733@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2006-02-19 14:04:09 UTC
FreeBSD ports repository
Modified files:
mail/gensig Makefile
Added files:
mail/gensig/files patch-sigparams.c
Log:
On -current there's a new header: printf.h. The port picks it up, but fails
because printf.h needs wchar.h. So:
- include wchar.h
- while I'm here include stdlib.h (for the prototype of exit())
Revision Changes Path
1.11 +2 -7 ports/mail/gensig/Makefile
1.1 +18 -0 ports/mail/gensig/files/patch-sigparams.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602191404.k1JE49fv040733>
