summaryrefslogtreecommitdiff
path: root/time/wmfishtime/patches/patch-aa
blob: 280f1d3589139cce779fa0c1ab06752ea4e5a9a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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