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"