diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-24 17:35:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-24 17:35:57 +0800 |
commit | 617e70683b61d100df97367c91269ca9fda3c1a5 (patch) | |
tree | 2bb8c9abb8563d2720dead6e7e6080f18b84d8d5 /graphics | |
parent | bead4d1436905716460022c5c856277b208dec77 (diff) | |
download | freebsd-ports-gnome-617e70683b61d100df97367c91269ca9fda3c1a5.tar.gz freebsd-ports-gnome-617e70683b61d100df97367c91269ca9fda3c1a5.tar.zst freebsd-ports-gnome-617e70683b61d100df97367c91269ca9fda3c1a5.zip |
- Mark broken on 9.x: does not build (/wrkdirs/usr/ports/graphics/hugin/work/hugin-2016.2.0/src/tools/ParseExp.cpp:372:23: error: 'stod' is not a member of 'std')
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 8f5a21a8923d..0c997fecde73 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -28,6 +28,8 @@ RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \ exiftool:graphics/p5-Image-ExifTool \ gmake:devel/gmake +BROKEN_FreeBSD_9= does not build + USES= cmake compiler:c++11-lib desktop-file-utils \ gettext jpeg pkgconfig shared-mime-info tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} |