diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-01 13:21:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-01 13:21:28 +0000 |
commit | d287692c6f4969f18204fe00674ef86a16aa7bfa (patch) | |
tree | 3d87ac0ec38f73a5245764bef6ffff501b3356c0 /emulators/x48 | |
parent | 922ab891f82aab7a3faf1c90c8d5b226287eb4a8 (diff) | |
download | ports-d287692c6f4969f18204fe00674ef86a16aa7bfa.tar.gz ports-d287692c6f4969f18204fe00674ef86a16aa7bfa.zip |
Notes
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, |