shared library Xaw3d.8 not found

Dejan Lesjak dejan.lesjak at ijs.si
Wed Jul 6 22:13:30 GMT 2005


Li, Qing wrote:

> 
> Hi,
> 
> When I tried to install /usr/ports/emacs, the build for
> emacs-21.3_7 keeps looking for the shared library
> "Xaw3d.8", which does not exist. Instead, Xaw3d.7 is
> present.
> 
> Is this a port problem? Any suggestion on fixing it?

Try removing '.${XAWVER}' from ports makefile like in attached patch.


Dejan
-------------- next part --------------
--- Makefile.orig	Thu Jul  7 00:09:43 2005
+++ Makefile	Thu Jul  7 00:09:56 2005
@@ -20,7 +20,7 @@
 		xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]*
 
 .if !defined(WITHOUT_X11)
-LIB_DEPENDS=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \
+LIB_DEPENDS=	Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		ungif.5:${PORTSDIR}/graphics/libungif \


More information about the freebsd-current mailing list