summaryrefslogtreecommitdiff
path: root/x11/lesstif12/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif12/patches/patch-at')
-rw-r--r--x11/lesstif12/patches/patch-at40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11/lesstif12/patches/patch-at b/x11/lesstif12/patches/patch-at
deleted file mode 100644
index 53fd3085846..00000000000
--- a/x11/lesstif12/patches/patch-at
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-at,v 1.1 2002/12/05 18:50:03 drochner Exp $
-
---- include/Motif-1.2/Xm/Makefile.am.orig Wed Oct 11 15:36:18 2000
-+++ include/Motif-1.2/Xm/Makefile.am
-@@ -73,6 +73,7 @@
-
- EXTRA_DIST= $(xm_both_h)
-
-+if Version_1_2
- #
- # Install headers
- #
-@@ -81,8 +82,6 @@
- #
- xmdir= $(prefix)/LessTif/Motif1.2/include/Xm
-
--if Version_1_2
--
- xm_HEADERS = $(xm_both_h)
- #
- # Note Xm.h is built by configure, therefore it's not necessarily in
-@@ -90,18 +89,4 @@
- # tree which may be elsewhere.
- #
- xm_DATA = Xm.h
--
--else
--#
--# Not Version_1_2
--#
--xm_HEADERS = $(xm_12_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