Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2020 11:06:30 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r553181 - branches/2020Q4/x11-wm/wmakerconf
Message-ID:  <202010241106.09OB6UMS000917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Oct 24 11:06:30 2020
New Revision: 553181
URL: https://svnweb.freebsd.org/changeset/ports/553181

Log:
  MFH: r552877
  
  x11-wm/wmakerconf: fix build on GCC architectures
  
  Explicitly link to libintl to fix linking.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q4/x11-wm/wmakerconf/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/x11-wm/wmakerconf/Makefile
==============================================================================
--- branches/2020Q4/x11-wm/wmakerconf/Makefile	Sat Oct 24 10:50:25 2020	(r553180)
+++ branches/2020Q4/x11-wm/wmakerconf/Makefile	Sat Oct 24 11:06:30 2020	(r553181)
@@ -26,7 +26,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-wmakerdataprefix="${LOCALBASE}/share" \
 		--with-wmakeretcprefix="${LOCALBASE}/share"
 USE_XORG=	x11
-LIBS=		-L${LOCALBASE}/lib -lX11 -lWUtil
+LIBS=		-L${LOCALBASE}/lib -lintl -lX11 -lWUtil
 
 post-extract:
 	@${FIND} ${WRKSRC} -name "*.gmo" -delete



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