Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2018 21:53:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 229759] multimedia/vlc-qt4 fails to build, when qt5 is also installed
Message-ID:  <bug-229759-12827-yt4zdCmUFS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229759-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229759-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229759

--- Comment #11 from Tobias C. Berner <tcberner@freebsd.org> ---
That's a shame -- qmake.mk problaby give's too much env-info :( -- like the
DESTDIRNAME or the CONFIGURE_ARGS ...=20


how about this one:
Index: multimedia/vlc/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- multimedia/vlc/Makefile     (revision 474596)
+++ multimedia/vlc/Makefile     (working copy)
@@ -242,7 +242,8 @@
 # QT_CFLAGS:   pkg-config --cflags "QtCore QtGui >=3D 4.6.0"
 # QT_LIBS:     pkg-config --libs "QtCore QtGui >=3D 4.6.0"
 QT4_CONFIGURE_ENV=3D     QT_CFLAGS=3D"-I${QT_INCDIR}/QtGui -DQT_SHARED
-I${QT_INCDIR} -I${QT_INCDIR}/QtCore" \
-                       QT_LIBS=3D"-lQtGui -L${QT_LIBDIR} -lQtCore"
+                       QT_LIBS=3D"-lQtGui -L${QT_LIBDIR} -lQtCore" \
+                       MOC=3D"${MOC}" RCC=3D"${RCC}" UIC=3D"${UIC}"

 QT5_USES=3D      qt:5
 QT5_USE=3D               QT=3Dgui,core,widgets,x11extras,buildtools_build

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229759-12827-yt4zdCmUFS>