pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-cpphs
Module Name: pkgsrc
Committed By: pho
Date: Wed Aug 19 07:50:53 UTC 2020
Modified Files:
pkgsrc/devel/hs-cpphs: Makefile
Log Message:
Temporary workaround for a CHECK_SHLIBS failure
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/hs-cpphs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hs-cpphs/Makefile
diff -u pkgsrc/devel/hs-cpphs/Makefile:1.12 pkgsrc/devel/hs-cpphs/Makefile:1.13
--- pkgsrc/devel/hs-cpphs/Makefile:1.12 Thu Jan 2 03:27:12 2020
+++ pkgsrc/devel/hs-cpphs/Makefile Wed Aug 19 07:50:52 2020
@@ -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"
Home |
Main Index |
Thread Index |
Old Index