Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2019 19:52:21 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513266 - head/Mk/Uses
Message-ID:  <201909291952.x8TJqLvp092155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Sep 29 19:52:21 2019
New Revision: 513266
URL: https://svnweb.freebsd.org/changeset/ports/513266

Log:
  Uses/motif.mk: Don't add -lXp to MOTIFLIB
  
  Don't add -lXp, linking against libXp, to the default MOTIFLIB.
  With this fix, it is easier to fix the remaining ports that depend on libXp,
  which is deprecated.
  
  PR:		240913
  Approved by:	portmgr (swills)

Modified:
  head/Mk/Uses/motif.mk

Modified: head/Mk/Uses/motif.mk
==============================================================================
--- head/Mk/Uses/motif.mk	Sun Sep 29 19:45:06 2019	(r513265)
+++ head/Mk/Uses/motif.mk	Sun Sep 29 19:52:21 2019	(r513266)
@@ -24,7 +24,7 @@ USE_XORG+=	xpm
 LIB_DEPENDS+=		libXm.so.4:x11-toolkits/open-motif
 .endif
 
-MOTIFLIB?=	-L${LOCALBASE}/lib -lXm -lXp
+MOTIFLIB?=	-L${LOCALBASE}/lib -lXm
 MAKE_ENV+=	MOTIFLIB="${MOTIFLIB}"
 
 # We only need USES=xorg if we want USE_XORG modules



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