diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-16 10:51:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-16 10:51:32 +0000 |
commit | 3c38fcb4fb676e076e8bf22ec5aeb4715a209272 (patch) | |
tree | 466b17ba2041610156b2aba9f4ee6abe71364781 /graphics/gdk-pixbuf/files | |
parent | 46e5de676073f25cdf7162b2b5e5756bed1ddcd5 (diff) | |
download | ports-3c38fcb4fb676e076e8bf22ec5aeb4715a209272.tar.gz ports-3c38fcb4fb676e076e8bf22ec5aeb4715a209272.zip |
Notes
Diffstat (limited to 'graphics/gdk-pixbuf/files')
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-gdk-pixbuf::pixops::have_mmx.S | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/files/patch-gdk-pixbuf::pixops::have_mmx.S b/graphics/gdk-pixbuf/files/patch-gdk-pixbuf::pixops::have_mmx.S new file mode 100644 index 000000000000..84b8fd88b41e --- /dev/null +++ b/graphics/gdk-pixbuf/files/patch-gdk-pixbuf::pixops::have_mmx.S @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:34:50 1.1 ++++ gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:35:21 +@@ -19,6 +19,8 @@ + popfl + pushfl + popl %eax ++ pushl %ebx ++ popfl + + cmpl %eax, %ebx + |