Fix build on current

This commit is contained in:
Baptiste Daroussin 2013-05-04 22:06:50 +00:00
parent a033d96d72
commit 9c45a704ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317376

View file

@ -21,6 +21,7 @@ USE_XORG= xau x11 xext xxf86dga
NOT_FOR_ARCHS= sparc64
post-patch:
@${REINPLACE_CMD} 's|^\(LDADD +=.*\)|\1 -lxcb -lXau -lXdmcp|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|^\(LDADD +=.*\)|\1 -lxcb -lXau -lXdmcp|' \
-e 's/NOMAN/NO_MAN/' ${WRKSRC}/Makefile
.include <bsd.port.mk>