summaryrefslogtreecommitdiff
path: root/x11/lesstif12/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif12/patches/patch-au')
-rw-r--r--x11/lesstif12/patches/patch-au29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/lesstif12/patches/patch-au b/x11/lesstif12/patches/patch-au
new file mode 100644
index 00000000000..df03d0255fd
--- /dev/null
+++ b/x11/lesstif12/patches/patch-au
@@ -0,0 +1,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
+-