summaryrefslogtreecommitdiff
path: root/x11/gmessage/files/patch-aa
blob: 14c2e4b2a6e338672559ab770f212f7e7d94f258 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.orig	Sun Jul 18 17:55:35 1999
+++ Makefile	Sun Jul 18 17:57:42 1999
@@ -1,6 +1,6 @@
 CC = gcc
-CFLAGS = `gtk-config --cflags`
-LDLIBS = `gtk-config --libs`
+CFLAGS = `gtk12-config --cflags`
+LDLIBS = `gtk12-config --libs`
 
 all:	gmessage
 
@@ -8,7 +8,7 @@
 	$(CC) $(CFLAGS) gmessage.c -o gmessage $(OBJS) $(LDLIBS)
 
 install: gmessage
-	cp ./gmessage /usr/local/bin
+	install -m 0555 -o root -g wheel -s gmessage /usr/X11R6/bin
 
 clean:
 	$(RM) *.o core gmessage