Date: Fri, 9 Apr 2004 20:33:47 +0200 From: Tilman Linneweh <tilman@arved.at> To: freebsd-gnome@FreeBSD.org Cc: freebsd-x11@FreeBSD.org Subject: Latest libwnck needs a shared libXRes Message-ID: <20040409183347.GY64506@arved.at>
next in thread | raw e-mail | index | archive | help
--zCKi3GIZzVBPywwA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Latest libwnck needs a shared libXRes to compile on AMD64. I prepared the attached patch, and I would like to have review, especially what version number to choose for the shared library. regards tilman --zCKi3GIZzVBPywwA Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Xlibs.diff" Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/XFree86-4-libraries/pkg-plist,v retrieving revision 1.46 diff -u -r1.46 pkg-plist --- pkg-plist 5 Dec 2003 01:57:05 -0000 1.46 +++ pkg-plist 9 Apr 2004 11:52:02 -0000 @@ -545,6 +545,8 @@ lib/libX11.so lib/libX11.so.6 lib/libXRes.a +lib/libXRes.so +lib/libXRes.so.4 %%XTHRSTUB:%%lib/libXThrStub.so %%XTHRSTUB:%%lib/libXThrStub.so.6 lib/libXTrap.a Index: files/patch-lib-XRes-Imakefile =================================================================== RCS file: files/patch-lib-XRes-Imakefile diff -N files/patch-lib-XRes-Imakefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-lib-XRes-Imakefile 9 Apr 2004 11:52:15 -0000 @@ -0,0 +1,11 @@ +--- lib/XRes/Imakefile.orig Fri Apr 9 12:51:17 2004 ++++ lib/XRes/Imakefile Fri Apr 9 12:53:13 2004 +@@ -7,6 +7,8 @@ + #define LibName XRes ++#define DoSharedLib YES ++SOXRESREV = 4.0 + #define SoRev SOXRESREV + #define LibHeaders NO + + #include <Threads.tmpl> + --zCKi3GIZzVBPywwA--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040409183347.GY64506>