summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-bl
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif/patches/patch-bl')
-rw-r--r--x11/lesstif/patches/patch-bl27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/lesstif/patches/patch-bl b/x11/lesstif/patches/patch-bl
new file mode 100644
index 00000000000..20039752e79
--- /dev/null
+++ b/x11/lesstif/patches/patch-bl
@@ -0,0 +1,27 @@
+$NetBSD: patch-bl,v 1.1 2000/12/22 17:26:21 jlam Exp $
+
+--- lib/Xm/Makefile.am.orig Sun Oct 8 02:02:21 2000
++++ lib/Xm/Makefile.am
+@@ -56,22 +56,3 @@
+ libXm_la_SOURCES= $(src) $(XDND_SRCS)
+
+ endif
+-install-data-hook:
+-if Version_1_2
+-if LibtoolShared
+- -rm -f $(DESTDIR)$(prefix)/lib/libXm.so.1*
+- (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libXm.so.1* .)
+-endif
+-if DefaultVersion12
+- -rm -f $(DESTDIR)$(prefix)/lib/libXm.la
+- (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libXm.la .)
+-if LibtoolShared
+- -rm -f $(DESTDIR)$(prefix)/lib/libXm.so
+- (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libXm.so .)
+-endif
+-if LibtoolStatic
+- -rm -f $(DESTDIR)$(prefix)/lib/libXm.a
+- (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libXm.a .)
+-endif
+-endif
+-endif