aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-07-07 05:36:06 +0800
committeritetcu <itetcu@FreeBSD.org>2006-07-07 05:36:06 +0800
commita11826eb4e276ab3634cf0543795c30dcc2e43ac (patch)
treefc6a411b6c1a2cfe6eba6c84d9f382c5cb3f2808 /x11
parenta8823ef602e690891e7a27a23ce8aff7751616bc (diff)
downloadfreebsd-ports-gnome-a11826eb4e276ab3634cf0543795c30dcc2e43ac.tar.gz
freebsd-ports-gnome-a11826eb4e276ab3634cf0543795c30dcc2e43ac.tar.zst
freebsd-ports-gnome-a11826eb4e276ab3634cf0543795c30dcc2e43ac.zip
Make it compile with recent version of enlightenment.
PR: ports/99854 Submitted by: maintainer
Diffstat (limited to 'x11')
-rw-r--r--x11/e17-module-moon/Makefile1
-rw-r--r--x11/e17-module-moon/files/patch-src__e_mod_main.c11
2 files changed, 12 insertions, 0 deletions
diff --git a/x11/e17-module-moon/Makefile b/x11/e17-module-moon/Makefile
index cd5e080b7c9c..b227616b8559 100644
--- a/x11/e17-module-moon/Makefile
+++ b/x11/e17-module-moon/Makefile
@@ -7,6 +7,7 @@
PORTNAME= moon
PORTVERSION= 23062006
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://mbsd.msk.ru/dist/
PKGNAMEPREFIX= e17-module-
diff --git a/x11/e17-module-moon/files/patch-src__e_mod_main.c b/x11/e17-module-moon/files/patch-src__e_mod_main.c
new file mode 100644
index 000000000000..1b64751d1dbd
--- /dev/null
+++ b/x11/e17-module-moon/files/patch-src__e_mod_main.c
@@ -0,0 +1,11 @@
+--- src/e_mod_main.c.orig Sat Jun 3 12:35:27 2006
++++ src/e_mod_main.c Thu Jul 6 23:01:10 2006
+@@ -124,7 +124,7 @@
+
+ snprintf(title, sizeof(title), "%s %s", D_("Moon Clock Module"),
+ PACKAGE_VERSION);
+- e_module_dialog_show(title,
++ e_module_dialog_show(module, title,
+ D_("Display current phase of the moon ala e16 E-MoonClock"));
+ return 1;
+ }