aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/mlclock/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/mlclock/files/patch-aa')
-rw-r--r--x11-clocks/mlclock/files/patch-aa22
1 files changed, 19 insertions, 3 deletions
diff --git a/x11-clocks/mlclock/files/patch-aa b/x11-clocks/mlclock/files/patch-aa
index c0ec86fb77ec..2ae58c1ad349 100644
--- a/x11-clocks/mlclock/files/patch-aa
+++ b/x11-clocks/mlclock/files/patch-aa
@@ -1,8 +1,24 @@
---- Imakefile.orig Mon Oct 18 14:21:12 1999
-+++ Imakefile Mon Oct 18 14:21:21 1999
+--- Imakefile.orig Fri Oct 16 02:15:01 1998
++++ Imakefile Wed Nov 1 07:31:32 2000
+@@ -1,13 +1,13 @@
+ # mlclock is macintosh like clock
+
+ RCFILE = .mlclockrc
+-CC = gcc
++#CC = gcc
+ OPTION =
+
+ # If function dosen't find , add -lsocket or whatever you need .
+ # This is example .
+ #ADD_LIBRARIES = -lxpg4 -lsocket -lnsl
+-ADD_LIBRARIES = -lxpg4
++#ADD_LIBRARIES = -lxpg4
+
+ #---You shouldn't have to change anything below this line.---
+
@@ -18,4 +18,4 @@
DEFINES = $(OPTION) -DRCFILE=\"${RCFILE}\"
-ComplexProgramTarget( mlclock )
-+ComplexProgramTarget(mlclock)
++ComplexProgramTargetNoMan(mlclock)