diff options
author | mjl <mjl@pkgsrc.org> | 2001-04-02 21:49:47 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-04-02 21:49:47 +0000 |
commit | a952ce5b43609294cb8bfb6daa855d9f6611fa9c (patch) | |
tree | d1339a5b4aa3badda71f73bad4ba5b720af5ea30 /x11 | |
parent | 274cb1ee43f64d96c035913cc9f5ab26ffb73be5 (diff) | |
download | pkgsrc-a952ce5b43609294cb8bfb6daa855d9f6611fa9c.tar.gz |
Oh my, have I really produced such a broken pkg? Repair it.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmfishtime/patches/patch-aa | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/x11/wmfishtime/patches/patch-aa b/x11/wmfishtime/patches/patch-aa new file mode 100644 index 00000000000..6db2fbd9dd4 --- /dev/null +++ b/x11/wmfishtime/patches/patch-aa @@ -0,0 +1,38 @@ +$NetBSD: patch-aa,v 1.1 2001/04/02 21:49:47 mjl Exp $ + +--- Makefile.orig Mon Apr 2 23:41:25 2001 ++++ Makefile Mon Apr 2 23:44:11 2001 +@@ -8,10 +8,10 @@ + # from that window, either. Again, complain to the developers. This is out + # of my control. + # +-# EXTRA = -DI_HAVE_A_BROKEN_WM ++EXTRA = -DI_HAVE_A_BROKEN_WM + + # where to install this program +-PREFIX = /usr/local ++# PREFIX = /usr/local + + # no user serviceable parts below this line + # optimization cflags +@@ -22,11 +22,11 @@ + # CFLAGS=-fprofile-arcs -ftest-coverage -Wall -ansi -pedantic -g `gtk-config --cflags` ${EXTRA} -DPRO + + +-CC = gcc +-SHELL = sh ++# CC = gcc ++# SHELL = sh + OBJS = fishmon.o + LIBS = `gtk-config --libs | sed "s/-lgtk//g"` +-INSTALL = -m 755 ++# INSTALL = -m 755 + + all: wmfishtime + +@@ -37,4 +37,4 @@ + rm -rf wmfishtime *.o *.bb* *.gcov gmon.* *.da *~ .xvpics + + install: +- install $(INSTALL) wmfishtime $(PREFIX)/bin ++ $(INSTALL) wmfishtime $(PREFIX)/bin |