summaryrefslogtreecommitdiff
path: root/x11/lesstif12/patches/patch-be
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif12/patches/patch-be')
-rw-r--r--x11/lesstif12/patches/patch-be43
1 files changed, 0 insertions, 43 deletions
diff --git a/x11/lesstif12/patches/patch-be b/x11/lesstif12/patches/patch-be
deleted file mode 100644
index 199d67c2cb3..00000000000
--- a/x11/lesstif12/patches/patch-be
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: patch-be,v 1.1 2002/12/05 18:50:06 drochner Exp $
-
---- lib/Mrm-2.1/Makefile.am.orig Wed May 9 16:41:21 2001
-+++ lib/Mrm-2.1/Makefile.am
-@@ -4,7 +4,13 @@
- MAINTAINERCLEANFILES=Makefile.in
-
- libMrm_la_LDFLAGS= -version-info 2:1
-+if Version_2_1
-+if DefaultVersion21
-+libdir = $(exec_prefix)/lib
-+else
- libdir = $(exec_prefix)/LessTif/Motif2.1/lib
-+endif
-+endif
-
- #
- # Sources in this directory
-@@ -80,24 +86,4 @@
- rm $$i; \
- fi ; \
- done
--endif
--
--install-data-hook: libMrm.la
--if Version_2_1
--if LibtoolShared
-- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.so.2*
-- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.1/lib/libMrm.so.2* .)
--endif
--if DefaultVersion21
-- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.la
-- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.1/lib/libMrm.la .)
--if LibtoolShared
-- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.so
-- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.1/lib/libMrm.so .)
--endif
--if LibtoolStatic
-- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.a
-- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.1/lib/libMrm.a .)
--endif
--endif
- endif