diff options
author | pawel <pawel@FreeBSD.org> | 2011-08-16 22:05:18 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-08-16 22:05:18 +0800 |
commit | 71a2c53a9f65682cb0286d5d13e17508f4b19b1d (patch) | |
tree | 6315785332c75678141a7f56dad3060d9ae8627d /polish | |
parent | 147b73986e0205b34c8264ae7d4fa14c42ba73fb (diff) | |
download | freebsd-ports-gnome-71a2c53a9f65682cb0286d5d13e17508f4b19b1d.tar.gz freebsd-ports-gnome-71a2c53a9f65682cb0286d5d13e17508f4b19b1d.tar.zst freebsd-ports-gnome-71a2c53a9f65682cb0286d5d13e17508f4b19b1d.zip |
Fix build with clang
Approved by: miwi (mentor)
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) |