diff options
author | kei <kei@pkgsrc.org> | 2001-04-09 06:46:12 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2001-04-09 06:46:12 +0000 |
commit | 340cd43ec0787273745184e7cf52ea4baffc6a47 (patch) | |
tree | 7334cf97b51a9fc4ee7108473b62fc0d5b1c64ca /time/wmfishtime/patches | |
parent | bc0d2ef3b472a898ab7a72a74797dd661520eabe (diff) | |
download | pkgsrc-340cd43ec0787273745184e7cf52ea4baffc6a47.tar.gz |
As per discussion with mjl, moved this package from x11 category to time.
Diffstat (limited to 'time/wmfishtime/patches')
-rw-r--r-- | time/wmfishtime/patches/patch-aa | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/time/wmfishtime/patches/patch-aa b/time/wmfishtime/patches/patch-aa new file mode 100644 index 00000000000..280f1d35891 --- /dev/null +++ b/time/wmfishtime/patches/patch-aa @@ -0,0 +1,38 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/04/09 06:46:12 kei 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 |