summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-ak
blob: 5fbfc88b9ca65620aeabfb4f88d9c5752cc4421d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ak,v 1.10 2000/10/23 19:45:17 jlam Exp $

--- include/Motif-1.2/Xm/Makefile.am.orig	Sun Apr 11 08:28:42 1999
+++ include/Motif-1.2/Xm/Makefile.am
@@ -46,10 +46,3 @@
 xm_DATA = Xm.h
 
 endif
-install-data-hook:
-if Version_1_2
-if DefaultVersion12
-	if [ -d $(DESTDIR)$(prefix)/include/Xm ]; then rm -rf $(DESTDIR)$(prefix)/include/Xm; else rm -f $(DESTDIR)$(prefix)/include/Xm; fi
-	(mkdir -p $(DESTDIR)$(prefix)/include && cd $(DESTDIR)$(prefix)/include && $(LN_S) ../LessTif/Motif1.2/include/Xm Xm)
-endif
-endif