Temporary workaround for a CHECK_SHLIBS failure

This commit is contained in:
pho 2020-08-19 07:50:52 +00:00
parent acf2098d62
commit b37426be00

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2020/01/02 03:27:12 pho Exp $
# $NetBSD: Makefile,v 1.13 2020/08/19 07:50:52 pho Exp $
DISTNAME= cpphs-1.20.8
CATEGORIES= devel
@ -12,6 +12,12 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
post-install:
${INSTALL_MAN} ${WRKSRC}/docs/cpphs.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
# I don't know why but an rpath to ${WRKSRC}/dist/build/cpphs started
# appearing in the resulting binary, even though there are no actual
# libraries to find in that directory at runtime. Cabal seems to be
# doing something strange. Will need to investigate it later. (pho@)
CHECK_SHLIBS_SKIP+= bin/cpphs
.include "../../mk/haskell.mk"
.include "../../devel/hs-old-locale/buildlink3.mk"
.include "../../time/hs-old-time/buildlink3.mk"