diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-16 18:51:32 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-16 18:51:32 +0800 |
commit | 74f7ddc36895a00cf555307d268d93ef669bcc11 (patch) | |
tree | 318b1e3a2fc88f70b1160deb197fefe82a9f46af /graphics/gdk-pixbuf/Makefile | |
parent | 2181fc2be57283a2d3adad9e5bb16b4d5c731c91 (diff) | |
download | freebsd-ports-gnome-74f7ddc36895a00cf555307d268d93ef669bcc11.tar.gz freebsd-ports-gnome-74f7ddc36895a00cf555307d268d93ef669bcc11.tar.zst freebsd-ports-gnome-74f7ddc36895a00cf555307d268d93ef669bcc11.zip |
Fix another place where CPUID code doesn't bother to restore original state
of the bit 21 of eflags register. This should fix `sigreturn: eflags ...'
problem in many threaded GNOME apps.
Update is highly recommended to all GNOME users - it improves stability
of Nautilus, Balsa etc greatly.
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 7bfdbaa28daf..3fde3cf3756a 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -7,6 +7,7 @@ PORTNAME?= gdk-pixbuf PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gdk-pixbuf |