Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2005 00:13:23 +0200
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        Qing <qing.li@bluecoat.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: shared library Xaw3d.8 not found
Message-ID:  <200507070013.23896.dejan.lesjak@ijs.si>

next in thread | raw e-mail | index | archive | help
--Boundary-00=_DeFzC7BnQE/4r5l
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--Boundary-00=_DeFzC7BnQE/4r5l
Content-Type: text/plain;
  charset="us-ascii";
  name="emacs.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="emacs.diff"

--- 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 \

--Boundary-00=_DeFzC7BnQE/4r5l--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507070013.23896.dejan.lesjak>