summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches/patch-ax
blob: 00364e58d4f07fecbd761bfe185ba2610e962106 (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.2 2001/09/22 03:39:02 jlam Exp $

--- zvt/Makefile.in.orig	Fri Mar 16 14:47:34 2001
+++ zvt/Makefile.in
@@ -150,7 +150,7 @@
 
 libzvtincludedir = $(includedir)/zvt
 
-INCLUDES = -I.. -I$(srcdir)/.. $(SUPPORTINCS)			-I$(top_srcdir)/intl -I$(top_builddir)/intl		-I$(includedir) $(GTK_CFLAGS)  				$(GDK_IMLIB_CFLAGS)					-DGNOMESBINDIR=\""$(sbindir)"\"
+INCLUDES = -I.. -I$(srcdir)/.. $(SUPPORTINCS)			-I$(top_srcdir)/intl -I$(top_builddir)/intl		$(GTK_CFLAGS)  				$(GDK_IMLIB_CFLAGS)					-DGNOMESBINDIR=\""$(sbindir)"\"
 
 
 libzvt_la_SOURCES =  	gnome-login-support.h		gnome-login-support.c		lists.c				subshell.h			subshell.c			subshell-includes.h		update.c			vt.c				zvtterm.c
@@ -524,7 +524,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.