diff options
author | pav <pav@FreeBSD.org> | 2009-06-01 21:21:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-01 21:21:28 +0800 |
commit | 3d209a331490743036ab9ae3e7fdc07493868236 (patch) | |
tree | d2ee461ad67e51340d6595e6af29c86766bec50d /emulators/x48 | |
parent | 6030d46c46b775c5bb959f68cdeff6b809ee438d (diff) | |
download | freebsd-ports-gnome-3d209a331490743036ab9ae3e7fdc07493868236.tar.gz freebsd-ports-gnome-3d209a331490743036ab9ae3e7fdc07493868236.tar.zst freebsd-ports-gnome-3d209a331490743036ab9ae3e7fdc07493868236.zip |
- Fix corrupted display on xorg-7.4
PR: ports/133398
Submitted by: Esa Karkkainen <ejk@iki.fi>
Approved by: maintainer timeout (danfe; 7 weeks)
Diffstat (limited to 'emulators/x48')
-rw-r--r-- | emulators/x48/Makefile | 2 | ||||
-rw-r--r-- | emulators/x48/files/patch-config.h | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 08509c503fe8..005bfb0ea634 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -7,7 +7,7 @@ PORTNAME= x48 PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/emulators/x48/files/patch-config.h b/emulators/x48/files/patch-config.h new file mode 100644 index 000000000000..122a229f217f --- /dev/null +++ b/emulators/x48/files/patch-config.h @@ -0,0 +1,11 @@ +--- config.h.orig 2005-04-14 21:33:56.000000000 +0300 ++++ config.h 2009-04-05 19:46:14.000000000 +0300 +@@ -49,7 +49,7 @@ + /* + * If you don't have the XShm extension, comment the following line + */ +-#define HAVE_XSHM ++/* #define HAVE_XSHM */ + + /* + * If you don't want to use the readline library, |