Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135963157
D761.id1582.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
523 B
Referenced Files
None
Subscribers
None
D761.id1582.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D761: graphics/sdl_gfx: disable MMX for non x86 architectures
Attached
Detach File
Event Timeline
Log In to Comment