aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2011-06-28 18:41:58 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2011-06-28 18:41:58 +0000
commitb8cb77eb22ca3d7dfffe92d39857f800628fcf62 (patch)
treef93aabdff326cfa0da0f9ec1ecd905736b18644d /x11-clocks
parent9658320ce060fbe1a4b17499434eca05ba03aead (diff)
downloadports-b8cb77eb22ca3d7dfffe92d39857f800628fcf62.tar.gz
ports-b8cb77eb22ca3d7dfffe92d39857f800628fcf62.zip
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/tclock/files/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/x11-clocks/tclock/files/patch-aa b/x11-clocks/tclock/files/patch-aa
index 320dae14c9b5..f00126bca744 100644
--- a/x11-clocks/tclock/files/patch-aa
+++ b/x11-clocks/tclock/files/patch-aa
@@ -1,5 +1,5 @@
---- tclock.c.orig Mon Dec 21 20:56:29 1992
-+++ tclock.c Tue Sep 24 13:02:59 2002
+--- tclock.c.orig 1992-12-21 19:56:29.000000000 +0000
++++ tclock.c 2011-06-20 18:42:37.000000000 +0100
@@ -22,7 +22,10 @@
*/
@@ -53,6 +53,15 @@
}
unsigned long
+@@ -294,7 +295,7 @@
+ strcpy(appClass, "Tclock");
+ }
+
+-void
++int
+ main(ac, av)
+ int ac;
+ char **av;
@@ -309,6 +310,7 @@
extern
char *getenv();