diff options
Diffstat (limited to 'x11/lesstif12/patches/patch-bf')
-rw-r--r-- | x11/lesstif12/patches/patch-bf | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/x11/lesstif12/patches/patch-bf b/x11/lesstif12/patches/patch-bf deleted file mode 100644 index dfefffe55d2..00000000000 --- a/x11/lesstif12/patches/patch-bf +++ /dev/null @@ -1,38 +0,0 @@ -$NetBSD: patch-bf,v 1.1 2002/12/05 18:50:06 drochner Exp $ - ---- lib/Mrm/Makefile.am.orig Wed May 9 16:38:00 2001 -+++ lib/Mrm/Makefile.am -@@ -4,7 +4,9 @@ - MAINTAINERCLEANFILES=Makefile.in - - libMrm_la_LDFLAGS= -version-info 1:2 -+if Version_1_2 - libdir = $(exec_prefix)/LessTif/Motif1.2/lib -+endif - - EXTRA_DIST= Mrm.c lookup.c misc.c \ - lookup.h misc.h uil.h -@@ -27,23 +29,4 @@ - libMrm_la_SOURCES= Mrm.c lookup.c misc.c \ - lookup.h misc.h uil.h - --endif --install-data-hook: libMrm.la --if Version_1_2 --if LibtoolShared -- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.so.1* -- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libMrm.so.1* .) --endif --if DefaultVersion12 -- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.la -- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libMrm.la .) --if LibtoolShared -- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.so -- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libMrm.so .) --endif --if LibtoolStatic -- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.a -- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libMrm.a .) --endif --endif - endif |