diff options
Diffstat (limited to 'x11/lesstif/patches/patch-aj')
-rw-r--r-- | x11/lesstif/patches/patch-aj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/lesstif/patches/patch-aj b/x11/lesstif/patches/patch-aj new file mode 100644 index 00000000000..222972ff440 --- /dev/null +++ b/x11/lesstif/patches/patch-aj @@ -0,0 +1,16 @@ +$NetBSD: patch-aj,v 1.9 2000/07/25 14:42:06 jlam Exp $ + +--- include/Motif-1.2/Mrm/Makefile.am.orig Sun Apr 11 08:28:41 1999 ++++ include/Motif-1.2/Mrm/Makefile.am Tue Jul 25 08:20:31 2000 +@@ -16,11 +16,3 @@ + mrm_HEADERS= MrmAppl.h MrmDecls.h MrmPrivate.h MrmPublic.h + + endif +-install-data-hook: +-if Version_1_2 +-if DefaultVersion12 +- if [ -d $(DESTDIR)$(prefix)/include/Mrm ]; then rm -rf $(DESTDIR)$(prefix)/include/Mrm; else rm -f $(DESTDIR)$(prefix)/include/Mrm; fi +- (mkdir -p $(DESTDIR)$(prefix)/include && cd $(DESTDIR)$(prefix)/include && $(LN_S) ../LessTif/Motif1.2/include/Mrm Mrm) +-endif +-endif +- |