[Bug 1303] [IcedTea7] Support GIF lib v5
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Feb 27 15:43:53 PST 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1303
Bernhard Rosenkränzer <bero at arklinux.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |bero at arklinux.org
Resolution|FIXED |---
--- Comment #8 from Bernhard Rosenkränzer <bero at arklinux.org> ---
This patch is broken.
#ifdef GIFLIB_MAJOR >= 5
should be
#if GIFLIB_MAJOR >= 5
The former is incorrect syntax and is interpreted as "#ifdef GIFLIB_MAJOR" by
most compilers, breaking the build for builds with giflib 4.x.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130227/0e4b5260/attachment.html
More information about the distro-pkg-dev
mailing list