summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-az
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-30 19:08:21 +0000
committerjlam <jlam>2001-06-30 19:08:21 +0000
commit18a27525e70bb293431f7d66b91152464dd91498 (patch)
tree14500fc61e697f795ae42b50eb1cda1be128fcf7 /x11/lesstif/patches/patch-az
parent748105d018e0ace90809bc7737e193d0bbf350c5 (diff)
downloadpkgsrc-18a27525e70bb293431f7d66b91152464dd91498.tar.gz
Update lesstif and lesstif12 to 0.92.32. Changes from version 0.92.26
include: Small code fixes to help building on some systems Use new libtool version 1.4 and automake 1.4-p1 Install more machine-indepedent files in $(prefix)
Diffstat (limited to 'x11/lesstif/patches/patch-az')
-rw-r--r--x11/lesstif/patches/patch-az18
1 files changed, 7 insertions, 11 deletions
diff --git a/x11/lesstif/patches/patch-az b/x11/lesstif/patches/patch-az
index 0f6a0a0d8e1..96d74bbbc59 100644
--- a/x11/lesstif/patches/patch-az
+++ b/x11/lesstif/patches/patch-az
@@ -1,24 +1,20 @@
-$NetBSD: patch-az,v 1.1 2000/12/22 17:26:20 jlam Exp $
+$NetBSD: patch-az,v 1.2 2001/06/30 19:08:26 jlam Exp $
---- include/Motif-2.1/Xm/Makefile.am.orig Thu Dec 14 16:30:23 2000
+--- include/Motif-2.1/Xm/Makefile.am.orig Sat Dec 23 05:46:22 2000
+++ include/Motif-2.1/Xm/Makefile.am
-@@ -6,10 +6,13 @@
- #
- # Install headers
- #
--# Lets put the headers in a sub directory to avoid
--# poluting /usr/local with more directories for default installs.
-+# Let's put the headers in a sub directory if not a default install.
+@@ -9,7 +9,11 @@
+ # Lets put the headers in a sub directory to avoid
+ # poluting /usr/local with more directories for default installs.
#
+if DefaultVersion21
-+xmdir= $(includedir)/Xm
++xmdir= $(prefix)/include/Xm
+else
xmdir= $(prefix)/LessTif/Motif2.1/include/Xm
+endif
HEADERS1_2 = \
ArrowB.h ArrowBG.h AtomMgr.h \
-@@ -73,9 +76,3 @@
+@@ -73,9 +77,3 @@
rm $$i; \
fi ; \
done