diff options
Diffstat (limited to 'x11/lesstif12/patches/patch-aj')
-rw-r--r-- | x11/lesstif12/patches/patch-aj | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/lesstif12/patches/patch-aj b/x11/lesstif12/patches/patch-aj new file mode 100644 index 00000000000..10c9476df9b --- /dev/null +++ b/x11/lesstif12/patches/patch-aj @@ -0,0 +1,29 @@ +$NetBSD: patch-aj,v 1.1 2002/12/05 18:50:00 drochner Exp $ + +--- clients/Motif-2.1/uil/Makefile.am.orig Tue May 1 08:37:20 2001 ++++ clients/Motif-2.1/uil/Makefile.am +@@ -5,8 +5,12 @@ + if Version_2_1 + bin_PROGRAMS= uil + noinst_PROGRAMS = newuil +-endif ++if DefaultVersion21 ++bindir = $(exec_prefix)/bin ++else + bindir = $(exec_prefix)/LessTif/Motif2.1/bin ++endif ++endif + + MAINTAINERCLEANFILES=Makefile.in lex.c yacc.c yacc.h + +@@ -75,10 +79,3 @@ + rm $$i; \ + fi ; \ + done +- +-install-data-hook: +-if DefaultVersion21 +- -rm -f $(DESTDIR)$(exec_prefix)/bin/$(bin_PROGRAMS) +- (cd $(DESTDIR)$(exec_prefix)/bin && $(LN_S) ../LessTif/Motif2.1/bin/$(bin_PROGRAMS) .) +-endif +- |