[Bug 203274] Review Request: lesstif - OSF/Motif(R) library clone

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 22 22:21:28 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: lesstif - OSF/Motif(R) library clone


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=203274





------- Additional Comments From rpm at greysector.net  2006-08-22 18:11 EST -------
(In reply to comment #22)

Not necessary. This is an x86_64 issue. Apply the following patch:
--- lesstif-0.95.0/clients/Motif-2.1/mwm/Makefile.am.lib64      2005-03-26
07:52:24.000000000 +0100
+++ lesstif-0.95.0/clients/Motif-2.1/mwm/Makefile.am    2006-08-23
00:06:59.000000000 +0200
@@ -37,7 +37,7 @@

 appdir=                $(libdir)/X11/app-defaults

-mwmddir=       $(libdir)/X11/mwm
+mwmddir=       $(sysconfdir)/mwm
 mwmd_DATA=     system.mwmrc alt.map README


--- lesstif-0.95.0/lib/Dt/Makefile.am.lib64     2005-03-26 07:52:25.000000000 +0100
+++ lesstif-0.95.0/lib/Dt/Makefile.am   2006-08-22 23:56:46.000000000 +0200
@@ -5,7 +5,7 @@
 MAINTAINERCLEANFILES=Makefile.in

 libDtPrint_la_LDFLAGS= -version-info 1:0 -no-undefined
-libdir = $(exec_prefix)/lib
+#libdir = $(exec_prefix)/lib

 if BuildLibDtPrint

and regenerate auto* files before %configure:
%{__libtoolize} --force
%{__aclocal}
%{__autoconf}
%{__autoheader}
%{__automake} -a

For some reason, Dt includes don't get installed after that.

Also, don't use hardcodec paths like /usr/lib or /usr/include. That's what
%{_libdir} and %{_includedir} are for.


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list