Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 May 2019 06:39:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237745] Mk/Uses/qt-dist.mk: fix qt5 with GCC architectures
Message-ID:  <bug-237745-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 237745
           Summary: Mk/Uses/qt-dist.mk: fix qt5 with GCC architectures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

Created attachment 204209
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204209&action=
=3Dedit
patch

Remove devel/qt5/files/extrapatch-mkspecs_freebsd-g++_qmake.conf, it's not
needed.

Copy devel/qt5/files/extrapatch-mkspecs_common_bsd_bsd.conf to
devel/qt5/files/extrapatch-mkspecs_common_bsd_bsd.conf-gcc and add:
EXTRA_INCLUDEPATH     +=3D %%LOCALBASE%%/lib/gcc%%GCC_DEFAULT%%/include
%%LOCALBASE%%/lib/gcc%%GCC_DEFAULT%%/include/c++

Move devel/qt5/files/extrapatch-mkspecs_common_bsd_bsd.conf to
devel/qt5/files/extrapatch-mkspecs_common_bsd_bsd.conf-clang and apply on C=
lang
architectures.

I compiled qt5-core on amd64 and powerpc64, seems to build fine.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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