[Bug 237745] Mk/Uses/qt-dist.mk: fix qt5 with GCC architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 4 06:39:38 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237745

            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 at FreeBSD.org
          Reporter: pkubaj at FreeBSD.org
                CC: ports-bugs at FreeBSD.org

Created attachment 204209
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204209&action=edit
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     += %%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 Clang
architectures.

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

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


More information about the freebsd-ports-bugs mailing list