Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2020 18:22:32 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552877 - head/x11-wm/wmakerconf
Message-ID:  <202010211822.09LIMWuP068064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Oct 21 18:22:32 2020
New Revision: 552877
URL: https://svnweb.freebsd.org/changeset/ports/552877

Log:
  x11-wm/wmakerconf: fix build on GCC architectures
  
  Explicitly link to libintl to fix linking.

Modified:
  head/x11-wm/wmakerconf/Makefile

Modified: head/x11-wm/wmakerconf/Makefile
==============================================================================
--- head/x11-wm/wmakerconf/Makefile	Wed Oct 21 17:52:19 2020	(r552876)
+++ head/x11-wm/wmakerconf/Makefile	Wed Oct 21 18:22:32 2020	(r552877)
@@ -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?202010211822.09LIMWuP068064>