diff options
author | drochner <drochner@pkgsrc.org> | 2005-10-21 10:55:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-10-21 10:55:29 +0000 |
commit | ec8fae95ef307199d440e5433eb642f03bf0ca2d (patch) | |
tree | ed085cbe7f0864adc3e767b66f29ace67167999b /x11 | |
parent | 3bdc5610777a17aa6a08c44909e9410bf2e6e429 (diff) | |
download | pkgsrc-ec8fae95ef307199d440e5433eb642f03bf0ca2d.tar.gz |
override the bogus text file test in mk/subst.mk
(NetBSD-current's new file(1) reports "MKS Spell hash list (old format)",
this causes the substitution to be silently skipped.)
(This should probably be fixed in subst.mk, but we already had a commit
war about this...)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt3-sip/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/py-qt3-sip/Makefile b/x11/py-qt3-sip/Makefile index fafb5484ac3..7fef9e98768 100644 --- a/x11/py-qt3-sip/Makefile +++ b/x11/py-qt3-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/10/06 17:57:49 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2005/10/21 10:55:29 drochner Exp $ # DISTNAME= sip-4.3.1 @@ -49,6 +49,10 @@ SUBST_STAGE.pyversfx= pre-configure SUBST_FILES.pyversfx= sipgen/sipgen.sbf SUBST_SED.pyversfx= -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g" +# XXX hack: override bogus text file test in mk/subst.mk +# (NetBSD's file(1) (v4.16) reports "MKS Spell hash list (old format)") +_SUBST_IS_TEXT_FILE= true + do-configure: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${PYTHONBIN} configure.py ${CONFIGURE_ARGS}) |