svn commit: r513266 - head/Mk/Uses

Niclas Zeising zeising at FreeBSD.org
Sun Sep 29 19:52:22 UTC 2019


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


More information about the svn-ports-all mailing list