[Bug 2225] New: [IcedTea7] giflib 5.1 conditional excludes 6.0, 7.0, etc.

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Feb 10 16:22:07 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2225

            Bug ID: 2225
           Summary: [IcedTea7] giflib 5.1 conditional excludes 6.0, 7.0,
                    etc.
           Product: IcedTea
           Version: 7-hg
          Hardware: all
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org

-#if GIFLIB_MAJOR >= 5 && GIFLIB_MINOR >= 1
+#if GIFLIB_MAJOR > 5 || (GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1)

-- 
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/20150210/36199fbc/attachment.html>


More information about the distro-pkg-dev mailing list