diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-30 17:13:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-11-30 17:13:54 +0800 |
commit | 0e2e1fc0292e02dc1faeef00417a1e5019fb6959 (patch) | |
tree | 1289264bb5c23e0f7de646f055f2679c4c2b2c7e /devel | |
parent | e54f8256a7dd948e54394a6aa1275e47db91a4e7 (diff) | |
download | freebsd-ports-gnome-0e2e1fc0292e02dc1faeef00417a1e5019fb6959.tar.gz freebsd-ports-gnome-0e2e1fc0292e02dc1faeef00417a1e5019fb6959.tar.zst freebsd-ports-gnome-0e2e1fc0292e02dc1faeef00417a1e5019fb6959.zip |
Mark broken on powerpc64. Apparently this was being worked on upstream
(see PRs 204923, 201529, 217762) but there has been no action for several
months.
PR: 219112 (partial)
Approved by: portmgr (tier-2 blanket), maintainer timeout
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qt5-qmake/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/qt5-qmake/Makefile b/devel/qt5-qmake/Makefile index 113fc10032ab..760e83b5f98c 100644 --- a/devel/qt5-qmake/Makefile +++ b/devel/qt5-qmake/Makefile @@ -33,6 +33,8 @@ TBR_CONFIG= concurrent|inotify|xlib QMAKESPEC= ${WRKSRC}/mkspecs/freebsd-${QMAKE_COMPILER} INSTALL_TARGET= sub-qmake-qmake-aux-pro-install_subtargets install_mkspecs +BROKEN_powerpc64= fails to compile: error: unrecognized command line option -std=c++11 + BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} post-patch: |