x11-wm/wmakerconf: fix build on GCC architectures
Explicitly link to libintl to fix linking.
This commit is contained in:
parent
d5b994cd83
commit
aef7e01849
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552877
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user