Page MenuHomeFreeBSD

D761.id1582.diff
No OneTemporary

D761.id1582.diff

Index: graphics/sdl_gfx/Makefile
===================================================================
--- graphics/sdl_gfx/Makefile
+++ graphics/sdl_gfx/Makefile
@@ -24,8 +24,18 @@
USE_LDCONFIG= yes
OPTIONS_DEFINE_i386= MMX
+OPTIONS_DEFINE_amd64= MMX
MMX_CONFIGURE_ENABLE= mmx
MMX_CFLAGS= -DUSE_MMX
+
+.include <bsd.port.options.mk>
+
+.if !${PORT_OPTIONS:MMMX}
+# Every platform not supporting the MMX knob must disable
+# MMX support explicitly
+CONFIGURE_ARGS+= --disable-mmx
+.endif
+
.include <bsd.port.mk>

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 15, 3:00 PM (9 m, 44 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25330131
Default Alt Text
D761.id1582.diff (523 B)

Event Timeline