diff options
Diffstat (limited to 'x11/gnome-libs/patches/patch-ax')
-rw-r--r-- | x11/gnome-libs/patches/patch-ax | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome-libs/patches/patch-ax b/x11/gnome-libs/patches/patch-ax new file mode 100644 index 00000000000..45557de4b18 --- /dev/null +++ b/x11/gnome-libs/patches/patch-ax @@ -0,0 +1,13 @@ +$NetBSD: patch-ax,v 1.1 2001/06/16 20:04:52 jlam Exp $ + +--- zvt/Makefile.in.orig Fri Mar 16 14:47:34 2001 ++++ zvt/Makefile.in Sat Jun 16 09:03:34 2001 +@@ -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 |