summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-30 20:59:04 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-30 20:59:04 +0000
commit9174a2535211f615ad6a0c9d50ce6ba8c5cc8814 (patch)
tree3c1624e937b689658d655eda173735319bad5e9f /x11-clocks
parentIf the program is called as ssh1, invoke ssh_main(). (diff)
- chase distfile checksum
- changes from Author Josh King <jking@dwave.net>: "Hello, I have added Multi-threaded support to allow the clock, timer and chronograph to keep going while the configure window is up. There have been a couple small changes to the dockapp to make the characters 'I' and ':' appear better and there has been a major rewrite/cleanup of the code." Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=48288
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/wmtimer/distinfo2
-rw-r--r--x11-clocks/wmtimer/files/patch-wmtimer::Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-clocks/wmtimer/distinfo b/x11-clocks/wmtimer/distinfo
index 7fab2a17abdd..ceae858bf052 100644
--- a/x11-clocks/wmtimer/distinfo
+++ b/x11-clocks/wmtimer/distinfo
@@ -1 +1 @@
-MD5 (wmtimer-2.3.tar.gz) = 84346af2289b3c010d53529bdc260ee7
+MD5 (wmtimer-2.3.tar.gz) = c15efb30ceaa5b0510111830f373a696
diff --git a/x11-clocks/wmtimer/files/patch-wmtimer::Makefile b/x11-clocks/wmtimer/files/patch-wmtimer::Makefile
index 7ed46b55403a..9327aa893afc 100644
--- a/x11-clocks/wmtimer/files/patch-wmtimer::Makefile
+++ b/x11-clocks/wmtimer/files/patch-wmtimer::Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Sep 27 19:46:25 2001
-+++ Makefile Thu Sep 27 19:48:29 2001
+--- Makefile.orig Sat Sep 29 12:35:39 2001
++++ Makefile Sat Sep 29 12:37:20 2001
@@ -1,19 +1,19 @@
-LIBDIR = -L/usr/X11R6/lib -L/usr/lib
-LIBS = -lXpm -lXext -lX11 -lm `gtk-config --libs` -lpthread
@@ -7,7 +7,7 @@
+LIBS = -lXpm -lXext -lX11 -lm `${GTK_CONFIG} --libs` ${PTHREAD_LIBS}
-CFLAGS = -g -I/usr/X11R6/include `gtk-config --cflags`
-+CFLAGS += -I${X11BASE}/include `${GTK_CONFIG} --cflags` ${PTHREAD_CFLAGS} -Wall
++CFLAGS += -I${X11BASE}/include `${GTK_CONFIG} --cflags` ${PTHREAD_CFLAGS}
OBJS = wmtimer.o \
../wmgeneral/wmgeneral.o \
../wmgeneral/misc.o \
@@ -20,7 +20,7 @@
all: wmtimer
wmtimer: $(OBJS)
-- cc -Wall -g -o wmtimer $^ $(LIBDIR) $(LIBS)
+- $(CC) -Wall -g -o wmtimer $^ $(LIBDIR) $(LIBS)
+ $(CC) -o wmtimer $^ $(LIBDIR) $(LIBS)
clean::