diff options
author | drochner <drochner@pkgsrc.org> | 2000-05-25 15:25:43 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-05-25 15:25:43 +0000 |
commit | 1026d9e43ff2ce3f13720605bcf786a7b3ce9392 (patch) | |
tree | 0f3ab7605eae52bcea812982458155e57fd19c05 /x11/lesstif/patches/patch-aq | |
parent | 5fddd61a359da97606484e664d554b46887c6b0e (diff) | |
download | pkgsrc-1026d9e43ff2ce3f13720605bcf786a7b3ce9392.tar.gz |
update to 0.91.0
no visible changes since 0.90.0 (only Xbae which we have a separate
pkg for)
Diffstat (limited to 'x11/lesstif/patches/patch-aq')
-rw-r--r-- | x11/lesstif/patches/patch-aq | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/x11/lesstif/patches/patch-aq b/x11/lesstif/patches/patch-aq index 7edb3e73931..1292b429e1f 100644 --- a/x11/lesstif/patches/patch-aq +++ b/x11/lesstif/patches/patch-aq @@ -1,17 +1,17 @@ -$NetBSD: patch-aq,v 1.5 2000/04/27 13:14:55 tron Exp $ +$NetBSD: patch-aq,v 1.6 2000/05/25 15:25:44 drochner Exp $ ---- lib/Xm-2.0/Makefile.in.orig Sun Apr 16 02:38:50 2000 -+++ lib/Xm-2.0/Makefile.in Mon Apr 17 15:25:16 2000 -@@ -148,7 +148,7 @@ - # Lets put the headers in a sub directory to avoid +--- lib/Xm-2.0/Makefile.in.orig Mon May 15 02:47:09 2000 ++++ lib/Xm-2.0/Makefile.in Thu May 18 20:38:34 2000 +@@ -186,7 +186,7 @@ # poluting /usr/local with more directories for default installs. # --@Version_2_0_TRUE@libdir = $(prefix)/LessTif/Motif2.0/lib -+@Version_2_0_TRUE@libdir = $(prefix)/lib + @Version_2_0_TRUE@libdir = \ +-@Version_2_0_TRUE@$(prefix)/LessTif/Motif2.0/lib ++@Version_2_0_TRUE@$(prefix)/lib - @Version_2_0_TRUE@lib_LTLIBRARIES = libXm.la - -@@ -344,7 +344,6 @@ + @Version_2_0_TRUE@lib_LTLIBRARIES = \ + @Version_2_0_TRUE@libXm.la +@@ -390,7 +390,6 @@ install-data-am: @$(NORMAL_INSTALL) |