On Sun, 10 Aug 2008 02:14:59 -0500, Dirk Meyer <[EMAIL PROTECTED]> 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
--
[EMAIL PROTECTED] - [EMAIL PROTECTED]
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - [EMAIL PROTECTED]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"