diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-07-25 15:21:39 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-07-25 15:21:39 +0000 |
commit | b6b142af8d5c76bec59f0e7e5b185bb17fdcf20e (patch) | |
tree | 3ca28de614734f1fc4fd7b09179c6db3fd945e43 /lang | |
parent | 8629c86668aed54346930c921f0f87cff6bd7b74 (diff) | |
download | pkgsrc-b6b142af8d5c76bec59f0e7e5b185bb17fdcf20e.tar.gz |
Disable check-libs, this package unpacks directly into WRKDIR so falls
foul of various path filters and transformations.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/siod/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile index 78a3d97f115..bb52cf921e5 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/10/21 11:39:12 cheusov Exp $ +# $NetBSD: Makefile,v 1.23 2014/07/25 15:21:39 jperkin Exp $ DISTNAME= siod PKGNAME= siod-3.0 @@ -20,6 +20,9 @@ BUILD_TARGET= ${OPSYS:S/Linux/linux/} MAKE_ENV+= CC=${CC:Q} CPPFLAGS+= -Dunix=1 +# XXX: cannot check as WRKSRC == WRKDIR so paths are stripped +CHECK_SHLIBS_SUPPORTED= no + REPLACE_INTERPRETER+= siod REPLACE.siod.old= /usr/local/bin/siod REPLACE.siod.new= ${PREFIX}/bin/siod |