summaryrefslogtreecommitdiff
path: root/x11/wmessage/patches/patch-aa
blob: 18d82fb249fe0d13f2c5f06f48fcb1d6deac4efe (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
$NetBSD: patch-aa,v 1.2 1999/10/06 06:07:24 jlam Exp $

--- ./Makefile.orig	Sun Aug 29 20:38:35 1999
+++ ./Makefile	Thu Sep 30 06:27:09 1999
@@ -1,19 +1,18 @@
-PREFIX = /usr/local
+#PREFIX = /usr/local
 
 CFLAGS = `get-wraster-flags --cflags` -Wall
-LDFLAGS = `get-wraster-flags --ldflags`
+LDFLAGS += `get-wraster-flags --ldflags`
 LIBS = `get-wraster-flags --libs`
-CC = gcc
+#CC = gcc
 
 all: wmessage
 
 wmessage: wmessage.o panel.o
 	$(CC) -o wmessage wmessage.o panel.o \
 		$(CFLAGS) $(LDFLAGS) $(LIBS) -lWMaker -lWINGs -lPropList
-	strip wmessage
 
 install: wmessage
-	install -c wmessage $(PREFIX)/bin/wmessage
+	${BSD_INSTALL_PROGRAM} wmessage $(PREFIX)/bin/wmessage
 
 uninstall:
 	rm -f $(PREFIX)/bin/wmessage