summaryrefslogtreecommitdiff
path: root/x11/lesstif12/patches/patch-az
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif12/patches/patch-az')
-rw-r--r--x11/lesstif12/patches/patch-az26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11/lesstif12/patches/patch-az b/x11/lesstif12/patches/patch-az
deleted file mode 100644
index c96e5192fad..00000000000
--- a/x11/lesstif12/patches/patch-az
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-az,v 1.1 2002/12/05 18:50:04 drochner Exp $
-
---- include/Motif-2.1/Xm/Makefile.am.orig Sat Dec 23 05:46:22 2000
-+++ include/Motif-2.1/Xm/Makefile.am
-@@ -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= $(prefix)/include/Xm
-+else
- xmdir= $(prefix)/LessTif/Motif2.1/include/Xm
-+endif
-
- HEADERS1_2 = \
- ArrowB.h ArrowBG.h AtomMgr.h \
-@@ -73,9 +77,3 @@
- rm $$i; \
- fi ; \
- done
--
--install-data-hook:
--if DefaultVersion21
-- if [ -d $(DESTDIR)$(prefix)/include/Xm ]; then rm -rf $(DESTDIR)$(prefix)/include/Xm; else rm -f $(DESTDIR)$(prefix)/include/Xm; fi
-- (mkdir -p $(DESTDIR)$(prefix)/include && cd $(DESTDIR)$(prefix)/include && $(LN_S) ../LessTif/Motif2.1/include/Xm Xm)
--endif