diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-08-16 14:05:18 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-08-16 14:05:18 +0000 |
commit | 1b70c35f14ae700b2c2970000487207cb7e16cb9 (patch) | |
tree | 30468b48d5103e8cb3c9a6648472877934ee4248 /polish | |
parent | Fix plist (diff) |
Fix build with clang
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=279808
Diffstat (limited to 'polish')
-rw-r--r-- | polish/qnapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/qnapi/Makefile b/polish/qnapi/Makefile index 811903adc21a..edb65fd01e8a 100644 --- a/polish/qnapi/Makefile +++ b/polish/qnapi/Makefile @@ -37,7 +37,7 @@ post-patch: src/napi.h pre-build: - @cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} + @cd ${WRKSRC} && ${QMAKE} -spec ${QMAKESPEC} ${QMAKEFLAGS} post-install: .if !defined(NOPORTDOCS) |