source: scripts/untested/blfs-patches/lesstif-0.94.0-use_libdir.patch@ d5e4fdc0

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since d5e4fdc0 was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 7.4 KB
RevLine 
[617118d]1diff -uNr lesstif-0.94.0-orig/Makefile.in lesstif-0.94.0/Makefile.in
2--- lesstif-0.94.0-orig/Makefile.in 2004-12-04 08:09:35.000000000 +1100
3+++ lesstif-0.94.0/Makefile.in 2005-02-10 14:28:57.481146336 +1100
4@@ -282,11 +282,11 @@
5 # Lets put the informational stuff in a sub directory to avoid
6 # poluting /usr/local for default installs.
7 #
8-rootdir = $(prefix)/LessTif
9+rootdir = $(prefix)/share/LessTif
10 dist_root_DATA = AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \
11 FAQ INSTALL.txt README ReleaseNotes.html ReleaseNotes.txt
12
13-htmldir = $(prefix)/LessTif/doc
14+htmldir = $(prefix)/share/LessTif/doc
15 html_DATA = ReleaseNotes.html
16
17 #
18diff -uNr lesstif-0.94.0-orig/configure lesstif-0.94.0/configure
19--- lesstif-0.94.0-orig/configure 2004-12-04 08:09:22.000000000 +1100
20+++ lesstif-0.94.0/configure 2005-02-10 14:41:49.382799448 +1100
21@@ -28275,6 +28275,7 @@
22 cat >>conftest.$ac_ext <<_ACEOF
23 /* end confdefs.h. */
24 $ac_includes_default
25+#include <ft2build.h>
26 #include <$ac_header>
27 _ACEOF
28 rm -f conftest.$ac_objext
29@@ -28319,6 +28320,7 @@
30 cat confdefs.h >>conftest.$ac_ext
31 cat >>conftest.$ac_ext <<_ACEOF
32 /* end confdefs.h. */
33+#include <ft2build.h>
34 #include <$ac_header>
35 _ACEOF
36 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
37diff -uNr lesstif-0.94.0-orig/doc/Makefile.in lesstif-0.94.0/doc/Makefile.in
38--- lesstif-0.94.0-orig/doc/Makefile.in 2004-12-04 08:09:30.000000000 +1100
39+++ lesstif-0.94.0/doc/Makefile.in 2005-02-10 14:28:57.507142384 +1100
40@@ -259,7 +259,7 @@
41 # InsideLessTif/ shouldn't be touched:
42 # it has a stand-alone Makefile w/o auto* stuff
43 SUBDIRS = www.lesstif.org lessdox
44-rootdir = $(prefix)/LessTif/doc
45+rootdir = $(prefix)/share/LessTif/doc
46 root_DATA = All.html Clipboard.txt DragAndDrop.txt Form.txt \
47 GeoUtils.txt Geometry.html SyntheticResources.txt \
48 UIL.txt XmStrings.txt thread.html
49diff -uNr lesstif-0.94.0-orig/doc/lessdox/clients/Makefile.in lesstif-0.94.0/doc/lessdox/clients/Makefile.in
50--- lesstif-0.94.0-orig/doc/lessdox/clients/Makefile.in 2004-12-04 08:09:30.000000000 +1100
51+++ lesstif-0.94.0/doc/lessdox/clients/Makefile.in 2005-02-10 14:28:57.515141168 +1100
52@@ -257,7 +257,7 @@
53 manone_DATA = mwm.1 xmbind.1 lesstif.1 uil.1 ltversion.1
54 manthree_DATA =
55 manfive_DATA = mwmrc.5 VirtualBindings.5
56-htmldir = $(prefix)/LessTif/doc/html
57+htmldir = $(prefix)/share/LessTif/doc/html
58 html_DATA = mwm.html mwmrc.html xmbind.html lesstif.html uil.html \
59 VirtualBindings.html
60
61diff -uNr lesstif-0.94.0-orig/doc/lessdox/functions/Makefile.in lesstif-0.94.0/doc/lessdox/functions/Makefile.in
62--- lesstif-0.94.0-orig/doc/lessdox/functions/Makefile.in 2004-12-04 08:09:30.000000000 +1100
63+++ lesstif-0.94.0/doc/lessdox/functions/Makefile.in 2005-02-10 14:28:57.519140560 +1100
64@@ -257,7 +257,7 @@
65 manone_DATA =
66 manthree_DATA =
67 manfive_DATA =
68-htmldir = $(prefix)/LessTif/doc/html
69+htmldir = $(prefix)/share/LessTif/doc/html
70 html_DATA = ${manone_DATA:.1=.html} ${manthree_DATA:.3=.html} \
71 ${manfive_DATA:.5=.html}
72
73diff -uNr lesstif-0.94.0-orig/doc/lessdox/widgets/Makefile.in lesstif-0.94.0/doc/lessdox/widgets/Makefile.in
74--- lesstif-0.94.0-orig/doc/lessdox/widgets/Makefile.in 2004-12-04 08:09:31.000000000 +1100
75+++ lesstif-0.94.0/doc/lessdox/widgets/Makefile.in 2005-02-10 14:28:57.517140864 +1100
76@@ -282,7 +282,7 @@
77 Rect.3 UnNamedObj.3 Constraint.3 VendorShell.3
78
79 manfive_DATA =
80-htmldir = $(prefix)/LessTif/doc/html
81+htmldir = $(prefix)/share/LessTif/doc/html
82 html_DATA = ${manone_DATA:.1=.html} ${manthree_DATA:.3=.html} \
83 ${manfive_DATA:.5=.html}
84
85@@ -549,7 +549,7 @@
86 # in both the http://www.lesstif.org and the locally installed case.
87 #
88 install-data-hook:
89- if [ ! -h $(DESTDIR)$(prefix)/LessTif/doc/Lessdox ]; then mkdir -p $(DESTDIR)$(prefix)/LessTif/doc && cd $(DESTDIR)$(prefix)/LessTif/doc && $(LN_S) html Lessdox; fi
90+ if [ ! -h $(DESTDIR)$(prefix)/share/LessTif/doc/Lessdox ]; then mkdir -p $(DESTDIR)$(prefix)/share/LessTif/doc && cd $(DESTDIR)$(prefix)/share/LessTif/doc && $(LN_S) html Lessdox; fi
91 # Tell versions [3.59,3.63) of GNU make to not export all variables.
92 # Otherwise a system limit (for SysV at least) may be exceeded.
93 .NOEXPORT:
94diff -uNr lesstif-0.94.0-orig/doc/www.lesstif.org/Makefile.in lesstif-0.94.0/doc/www.lesstif.org/Makefile.in
95--- lesstif-0.94.0-orig/doc/www.lesstif.org/Makefile.in 2004-12-04 08:09:31.000000000 +1100
96+++ lesstif-0.94.0/doc/www.lesstif.org/Makefile.in 2005-02-10 14:28:57.509142080 +1100
97@@ -263,7 +263,7 @@
98 # Lets put the informational stuff in a sub directory to avoid
99 # polluting /usr/local for default installs.
100 #
101-docdir = $(prefix)/LessTif/doc
102+docdir = $(prefix)/share/LessTif/doc
103 doc_DATA = \
104 Advocacy.html contents.html misc_frame.html \
105 BUG-HUNTING.html core.html news.html \
106diff -uNr lesstif-0.94.0-orig/doc/www.lesstif.org/images/Makefile.in lesstif-0.94.0/doc/www.lesstif.org/images/Makefile.in
107--- lesstif-0.94.0-orig/doc/www.lesstif.org/images/Makefile.in 2004-12-04 08:09:31.000000000 +1100
108+++ lesstif-0.94.0/doc/www.lesstif.org/images/Makefile.in 2005-02-10 14:28:57.511141776 +1100
109@@ -253,7 +253,7 @@
110 # Lets put the informational stuff in a sub directory to avoid
111 # poluting /usr/local for default installs.
112 #
113-rootdir = $(prefix)/LessTif/doc/images
114+rootdir = $(prefix)/share/LessTif/doc/images
115 root_DATA = hungry.png \
116 lesstif-realsmall.png lesstif-small.png lesstif.png \
117 ltsunlogo.png lesstif.jpg ltsunlogo.jpg \
118diff -uNr lesstif-0.94.0-orig/lib/Dt/Makefile.in lesstif-0.94.0/lib/Dt/Makefile.in
119--- lesstif-0.94.0-orig/lib/Dt/Makefile.in 2004-12-04 08:09:33.000000000 +1100
120+++ lesstif-0.94.0/lib/Dt/Makefile.in 2005-02-10 15:35:04.088130416 +1100
121@@ -248,7 +248,7 @@
122 infodir = @infodir@
123 install_sh = @install_sh@
124 lib_version_suffix = @lib_version_suffix@
125-libdir = $(exec_prefix)/lib
126+libdir = @libdir@
127 libexecdir = @libexecdir@
128 localstatedir = @localstatedir@
129 man2html_cmd = @man2html_cmd@
130diff -uNr lesstif-0.94.0-orig/lib/Mrm-2.1/Makefile.in lesstif-0.94.0/lib/Mrm-2.1/Makefile.in
131--- lesstif-0.94.0-orig/lib/Mrm-2.1/Makefile.in 2004-12-04 08:09:33.000000000 +1100
132+++ lesstif-0.94.0/lib/Mrm-2.1/Makefile.in 2005-02-10 15:33:54.035779992 +1100
133@@ -235,7 +235,7 @@
134 infodir = @infodir@
135 install_sh = @install_sh@
136 lib_version_suffix = @lib_version_suffix@
137-libdir = $(exec_prefix)/lib
138+libdir = @libdir@
139 libexecdir = @libexecdir@
140 localstatedir = @localstatedir@
141 man2html_cmd = @man2html_cmd@
142diff -uNr lesstif-0.94.0-orig/lib/Uil-2.1/Makefile.in lesstif-0.94.0/lib/Uil-2.1/Makefile.in
143--- lesstif-0.94.0-orig/lib/Uil-2.1/Makefile.in 2004-12-04 08:09:33.000000000 +1100
144+++ lesstif-0.94.0/lib/Uil-2.1/Makefile.in 2005-02-10 15:34:25.309025736 +1100
145@@ -238,7 +238,7 @@
146 infodir = @infodir@
147 install_sh = @install_sh@
148 lib_version_suffix = @lib_version_suffix@
149-libdir = $(exec_prefix)/lib
150+libdir = @libdir@
151 libexecdir = @libexecdir@
152 localstatedir = @localstatedir@
153 man2html_cmd = @man2html_cmd@
154diff -uNr lesstif-0.94.0-orig/lib/Xm-2.1/Makefile.in lesstif-0.94.0/lib/Xm-2.1/Makefile.in
155--- lesstif-0.94.0-orig/lib/Xm-2.1/Makefile.in 2004-12-04 08:09:34.000000000 +1100
156+++ lesstif-0.94.0/lib/Xm-2.1/Makefile.in 2005-02-10 15:33:22.771532880 +1100
157@@ -297,7 +297,7 @@
158 infodir = @infodir@
159 install_sh = @install_sh@
160 lib_version_suffix = @lib_version_suffix@
161-libdir = $(exec_prefix)/lib
162+libdir = @libdir@
163 libexecdir = @libexecdir@
164 localstatedir = @localstatedir@
165 man2html_cmd = @man2html_cmd@
Note: See TracBrowser for help on using the repository browser.