diff options
author | adam <adam@pkgsrc.org> | 2003-12-12 10:11:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-12-12 10:11:39 +0000 |
commit | 0c52b0d5d96123d7d359382f7e6280630202258a (patch) | |
tree | 9c24556721beaa79b3988bd8dccce518c8d3c6c6 /x11/lesstif/patches/patch-bn | |
parent | 2eee7c2596a3b67128d5f16076e0477f6bfc5a9f (diff) | |
download | pkgsrc-0c52b0d5d96123d7d359382f7e6280630202258a.tar.gz |
Changes 0.93.94:
Fix the crashes that were introduced by fixes for gadget colour problems.
Changes 0.93.91:
Implement Add Mode in XmText.
Diffstat (limited to 'x11/lesstif/patches/patch-bn')
-rw-r--r-- | x11/lesstif/patches/patch-bn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/lesstif/patches/patch-bn b/x11/lesstif/patches/patch-bn index 3cf2274dc36..b8d0c604bfb 100644 --- a/x11/lesstif/patches/patch-bn +++ b/x11/lesstif/patches/patch-bn @@ -1,8 +1,8 @@ -$NetBSD: patch-bn,v 1.4 2003/07/18 10:50:08 adam Exp $ +$NetBSD: patch-bn,v 1.5 2003/12/12 10:11:39 adam Exp $ ---- scripts/autoconf/Makefile.in.orig 2003-07-18 01:04:28.000000000 +0200 -+++ scripts/autoconf/Makefile.in 2003-07-18 12:09:47.000000000 +0200 -@@ -151,9 +151,9 @@ +--- scripts/autoconf/Makefile.in.orig 2003-11-27 19:29:53.000000000 +0000 ++++ scripts/autoconf/Makefile.in +@@ -224,9 +224,9 @@ MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = ac_find_motif.m4 @@ -12,5 +12,5 @@ $NetBSD: patch-bn,v 1.4 2003/07/18 10:50:08 adam Exp $ -@Aclocal_TRUE@aclocal_DATA = ac_find_motif.m4 +aclocal_DATA = ac_find_motif.m4 subdir = scripts/autoconf + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/include/LTconfig.h |