diff options
Diffstat (limited to 'x11/lesstif/patches/patch-az')
-rw-r--r-- | x11/lesstif/patches/patch-az | 18 |
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 |