Michael McConville wrote: > Sorry, I meant graphics/DevIL here, obviously. I'll have a patch for > graphics/darktable soon.
...never mind, I just noticed that darktable's Makefile specifies SSE3 as a hard requirement. Sorry for the noise. The below patch for DevIL is still valid, AFAIK. > Michael McConville wrote: > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/graphics/DevIL/Makefile,v > > retrieving revision 1.18 > > diff -u -p -u -r1.18 Makefile > > --- Makefile 17 Jan 2016 17:29:09 -0000 1.18 > > +++ Makefile 20 Apr 2016 09:48:16 -0000 > > @@ -3,7 +3,7 @@ > > COMMENT= library for powerful image loading capabilities > > > > DISTNAME= DevIL-1.7.8 > > -REVISION= 11 > > +REVISION= 12 > > SHARED_LIBS+= IL 0.0 # 2.0 > > SHARED_LIBS+= ILU 0.0 # 2.0 > > SHARED_LIBS+= ILUT 0.0 # 2.0 > > @@ -46,7 +46,8 @@ CONFIGURE_ARGS+= --with-squish=no \ > > --disable-allegro > > > > # This would only install three binary examples, we'll install it manually. > > -CONFIGURE_ARGS+= --with-examples=no > > +CONFIGURE_ARGS+= --with-examples=no \ > > + --disable-sse3 > > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ > > LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm -lz" > > > > >