summaryrefslogtreecommitdiff
path: root/x11/lesstif12/patches/patch-au
blob: df03d0255fd9334f9d83a755a7b4a55213f9e27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-au,v 1.1 2002/12/05 18:50:03 drochner Exp $

--- include/Motif-1.2/uil/Makefile.am.orig	Wed Oct 25 06:16:07 2000
+++ include/Motif-1.2/uil/Makefile.am
@@ -6,6 +6,7 @@
 h=	Uil.h        UilDBDef.h   UilDef.h     UilSymDef.h  UilSymGl.h
 EXTRA_DIST=	$(h)
 
+if Version_1_2
 #
 # Install headers
 #
@@ -14,16 +15,6 @@
 #
 uildir =	$(prefix)/LessTif/Motif1.2/include/uil
 
-if Version_1_2
-
 uil_HEADERS=	$(h)
 
 endif
-install-data-hook:
-if Version_1_2
-if DefaultVersion12
-	if [ -d $(DESTDIR)$(prefix)/include/uil ]; then rm -rf $(DESTDIR)$(prefix)/include/uil; else rm -f $(DESTDIR)$(prefix)/include/uil; fi
-	(mkdir -p $(DESTDIR)$(prefix)/include && cd $(DESTDIR)$(prefix)/include && $(LN_S) ../LessTif/Motif1.2/include/uil uil)
-endif
-endif
-