On 2015/03/29 19:21, Christopher Zimmermann wrote: > Hi, > > this fixes ocaml-camlimages, too. OK?
I committed a different fix yesterday (the value of ret in your diff isn't used anyway so we may as well just pass NULL instead, so I don't think this diff is any better than what's already committed). > +++ Makefile 29 Mar 2015 17:19:07 -0000 > @@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM= Yes > > MODULES= lang/ocaml > > -WANTLIB+= c X11 Xpm freetype gif jpeg m png tiff z > +WANTLIB+= Xpm freetype gif jpeg m png tiff z > > LIB_DEPENDS= graphics/jpeg \ > graphics/giflib \ Changing WANTLIB requires a REVISION bump.
