cvs commit: ports/graphics/jpeg Makefile ports/graphics/jpeg/files patch-configure

Jeremy Messenger mezz7 at cox.net
Sun Aug 10 17:04:48 UTC 2008


On Sun, 10 Aug 2008 02:14:59 -0500, Dirk Meyer <dinoex at 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 at cox.net  -  mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gnome at FreeBSD.org


More information about the cvs-all mailing list