$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.