summaryrefslogtreecommitdiff
path: root/x11/lesstif12/patches/patch-bi
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif12/patches/patch-bi')
-rw-r--r--x11/lesstif12/patches/patch-bi38
1 files changed, 38 insertions, 0 deletions
diff --git a/x11/lesstif12/patches/patch-bi b/x11/lesstif12/patches/patch-bi
new file mode 100644
index 00000000000..a9999457c96
--- /dev/null
+++ b/x11/lesstif12/patches/patch-bi
@@ -0,0 +1,38 @@
+$NetBSD: patch-bi,v 1.1 2002/12/05 18:50:07 drochner Exp $
+
+--- lib/Uil/Makefile.am.orig Wed May 9 16:39:14 2001
++++ lib/Uil/Makefile.am
+@@ -4,7 +4,9 @@
+ MAINTAINERCLEANFILES=Makefile.in
+
+ libUil_la_LDFLAGS= -version-info 1:2
++if Version_1_2
+ libdir = $(exec_prefix)/LessTif/Motif1.2/lib
++endif
+
+ EXTRA_DIST= Uil.c UilData.c uillex.c uilparse.c uilsym.c
+
+@@ -24,23 +26,4 @@
+ libUil_la_SOURCES= Uil.c UilData.c uillex.c uilparse.c uilsym.c
+
+
+-endif
+-install-data-hook: libUil.la
+-if Version_1_2
+-if LibtoolShared
+- -rm -f $(DESTDIR)$(exec_prefix)/lib/libUil.so.1*
+- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libUil.so.1* .)
+-endif
+-if DefaultVersion12
+- -rm -f $(DESTDIR)$(exec_prefix)/lib/libUil.la
+- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libUil.la .)
+-if LibtoolShared
+- -rm -f $(DESTDIR)$(exec_prefix)/lib/libUil.so
+- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libUil.so .)
+-endif
+-if LibtoolStatic
+- -rm -f $(DESTDIR)$(exec_prefix)/lib/libUil.a
+- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libUil.a .)
+-endif
+-endif
+ endif