summaryrefslogtreecommitdiff
path: root/x11/lesstif12/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif12/patches/patch-as')
-rw-r--r--x11/lesstif12/patches/patch-as29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11/lesstif12/patches/patch-as b/x11/lesstif12/patches/patch-as
deleted file mode 100644
index 64d9f677feb..00000000000
--- a/x11/lesstif12/patches/patch-as
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-as,v 1.1 2002/12/05 18:50:02 drochner Exp $
-
---- include/Motif-1.2/Mrm/Makefile.am.orig Wed Oct 11 15:36:14 2000
-+++ include/Motif-1.2/Mrm/Makefile.am
-@@ -6,6 +6,7 @@
- h= MrmAppl.h MrmDecls.h MrmPrivate.h MrmPublic.h
- EXTRA_DIST= $(h)
-
-+if Version_1_2
- #
- # Install headers
- #
-@@ -14,16 +15,6 @@
- #
- mrmdir = $(prefix)/LessTif/Motif1.2/include/Mrm
-
--if Version_1_2
--
- mrm_HEADERS= $(h)
-
- endif
--install-data-hook:
--if Version_1_2
--if DefaultVersion12
-- if [ -d $(DESTDIR)$(prefix)/include/Mrm ]; then rm -rf $(DESTDIR)$(prefix)/include/Mrm; else rm -f $(DESTDIR)$(prefix)/include/Mrm; fi
-- (mkdir -p $(DESTDIR)$(prefix)/include && cd $(DESTDIR)$(prefix)/include && $(LN_S) ../LessTif/Motif1.2/include/Mrm Mrm)
--endif
--endif
--