diff options
author | makc <makc@FreeBSD.org> | 2011-06-22 02:04:55 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-06-22 02:04:55 +0800 |
commit | 1339202248ae0f46acb790ce48980c4e2f678925 (patch) | |
tree | 60ffff8c4c93a214084c60ae164b4a2da52af15f | |
parent | f92e496bacba005ac145aed7ec25ec3b1bcb04b6 (diff) | |
download | freebsd-ports-gnome-1339202248ae0f46acb790ce48980c4e2f678925.tar.gz freebsd-ports-gnome-1339202248ae0f46acb790ce48980c4e2f678925.tar.zst freebsd-ports-gnome-1339202248ae0f46acb790ce48980c4e2f678925.zip |
Attempt to fix build with clang
-rw-r--r-- | devel/qca/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/qca/Makefile b/devel/qca/Makefile index ab133fa09e24..344fcfa792d5 100644 --- a/devel/qca/Makefile +++ b/devel/qca/Makefile @@ -20,6 +20,7 @@ QT_COMPONENTS= corelib qmake_build moc_build HAS_CONFIGURE= yes QT_NONSTANDARD= yes CONFIGURE_ARGS+=--prefix=${PREFIX} +CONFIGURE_ENV+= QMAKESPEC=${QMAKESPEC} USE_OPENSSL= yes USE_LDCONFIG= yes |