MFH: r552877

x11-wm/wmakerconf: fix build on GCC architectures

Explicitly link to libintl to fix linking.

Approved by:	portmgr (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-10-24 11:06:30 +00:00
parent c895287d1f
commit bde3d9061e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553181

View File

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