pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/SDL2
Module Name: pkgsrc
Committed By: nia
Date: Sun Dec 25 16:31:07 UTC 2022
Modified Files:
pkgsrc/devel/SDL2: Makefile
Log Message:
SDL2: document my hacks
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/SDL2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/SDL2/Makefile
diff -u pkgsrc/devel/SDL2/Makefile:1.73 pkgsrc/devel/SDL2/Makefile:1.74
--- pkgsrc/devel/SDL2/Makefile:1.73 Sun Dec 25 16:25:06 2022
+++ pkgsrc/devel/SDL2/Makefile Sun Dec 25 16:31:07 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2022/12/25 16:25:06 nia Exp $
+# $NetBSD: Makefile,v 1.74 2022/12/25 16:31:07 nia Exp $
DISTNAME= SDL2-2.26.1
CATEGORIES= devel
@@ -37,6 +37,8 @@ LDFLAGS.FreeBSD+= -lusb
.include "../../mk/bsd.prefs.mk"
+# Runtime detection is lacking and illegal instruction faults happen
+# on e.g. QEMU with -cpu pentium.
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+= --disable-sse
CONFIGURE_ARGS+= --disable-ssemath
Home |
Main Index |
Thread Index |
Old Index