Date: Sun, 10 Aug 2008 12:04:53 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: "Dirk Meyer" <dinoex@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/jpeg Makefile ports/graphics/jpeg/files patch-configure Message-ID: <op.ufokefe89aq2h7@mezz.mezzweb.com> In-Reply-To: <200808100714.m7A7ExIX045952@repoman.freebsd.org> References: <200808100714.m7A7ExIX045952@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 10 Aug 2008 02:14:59 -0500, Dirk Meyer <dinoex@freebsd.org> wrote: > dinoex 2008-08-10 07:14:59 UTC > > FreeBSD ports repository > > Modified files: > graphics/jpeg Makefile > graphics/jpeg/files patch-configure > Log: > - fix HAVE_STDLIB_H macrosA Thanks, but it does not change anything in my include/jconfig.h. It needs to be patch in jconfig.cfg to have this fix. http://people.freebsd.org/~mezz/diff/patch-jconfig.cfg Reinstall it, my include/jconfig.h now looks like this: --------------------------------------- [...] #undef CHAR_IS_UNSIGNED #ifndef HAVE_STDDEF_H #define HAVE_STDDEF_H #endif #ifndef HAVE_STDLIB_H #define HAVE_STDLIB_H #endif #undef NEED_BSD_STRINGS [...] --------------------------------------- Althought, I haven't test other applications to build with this yet. Cheers, Mezz > Reported by: Jeremy Messenger -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.ufokefe89aq2h7>