diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-06 21:26:46 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-06 21:26:46 +0000 |
commit | 5482c343bcf4445d525edde1edd1290f16a6497d (patch) | |
tree | 118d055465df1522f819e6ec45e40d68e19cec24 /x11-wm | |
parent | e4f6117aaf6a581c9106611b73cc16858685088b (diff) | |
download | ports-5482c343bcf4445d525edde1edd1290f16a6497d.tar.gz ports-5482c343bcf4445d525edde1edd1290f16a6497d.zip |
Make it work with recent snapshot of enlightenment.
PR: ports/99853
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=167094
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e17-module-mem/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/e17-module-mem/files/patch-e_mod_main.c | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/e17-module-mem/Makefile b/x11-wm/e17-module-mem/Makefile index 5a5fe517cecf..f66abd0817a1 100644 --- a/x11-wm/e17-module-mem/Makefile +++ b/x11-wm/e17-module-mem/Makefile @@ -7,6 +7,7 @@ PORTNAME= mem PORTVERSION= 23062006 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- diff --git a/x11-wm/e17-module-mem/files/patch-e_mod_main.c b/x11-wm/e17-module-mem/files/patch-e_mod_main.c new file mode 100644 index 000000000000..045b3ea456f8 --- /dev/null +++ b/x11-wm/e17-module-mem/files/patch-e_mod_main.c @@ -0,0 +1,11 @@ +--- e_mod_main.c.orig Thu Jul 6 22:43:05 2006 ++++ e_mod_main.c Thu Jul 6 22:43:18 2006 +@@ -339,7 +339,7 @@ + EAPI int + e_modapi_about(E_Module *m) + { +- e_module_dialog_show(D_("Enlightenment Mem Monitor Module"), ++ e_module_dialog_show(m, D_("Enlightenment Mem Monitor Module"), + D_("This module is used to monitor memory.")); + return 1; + } |