summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches/patch-ax
blob: 8be46b3d209feb8268cdcc69da3ad38591a69f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ax,v 1.3 2002/03/24 19:53:48 rh Exp $

--- zvt/Makefile.in.orig	Fri Jan 25 09:58:16 2002
+++ zvt/Makefile.in
@@ -152,7 +152,7 @@
 
 INCLUDES = -I.. -I$(srcdir)/.. $(SUPPORTINCS)		\
 	-I$(top_srcdir)/intl -I$(top_builddir)/intl	\
-	-I$(includedir) $(GTK_CFLAGS)  			\
+	$(GTK_CFLAGS) 		 			\
 	$(GDK_IMLIB_CFLAGS)				\
 	-DGNOMESBINDIR=\""$(sbindir)"\"
 
@@ -595,7 +595,7 @@
 
 install-exec-local:
 	-file=$(DESTDIR)$(sbindir)/gnome-pty-helper; \
-	chown root $$file && chgrp root $$file && chmod u+s $$file
+	chown 0 $$file && chgrp 0 $$file && chmod u+s $$file
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.