diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-30 20:59:04 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-30 20:59:04 +0000 |
commit | 9174a2535211f615ad6a0c9d50ce6ba8c5cc8814 (patch) | |
tree | 3c1624e937b689658d655eda173735319bad5e9f /x11-clocks | |
parent | 95afb1748206b1c0e14da99a8e646be3e8b1e1f6 (diff) | |
download | ports-9174a2535211f615ad6a0c9d50ce6ba8c5cc8814.tar.gz ports-9174a2535211f615ad6a0c9d50ce6ba8c5cc8814.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmtimer/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/wmtimer/files/patch-wmtimer::Makefile | 8 |
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:: |