diff options
author | linimon <linimon@FreeBSD.org> | 2018-03-28 11:41:40 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-03-28 11:41:40 +0800 |
commit | ce9ad5c587639e0e45120473782ecf9ddefc94e2 (patch) | |
tree | 9b1d7117e1868253eed0316f08a24766a28f5c0c /graphics | |
parent | 9598bf93f78e232eb672b6bd98ce0cb29f87b7a9 (diff) | |
download | freebsd-ports-gnome-ce9ad5c587639e0e45120473782ecf9ddefc94e2.tar.gz freebsd-ports-gnome-ce9ad5c587639e0e45120473782ecf9ddefc94e2.tar.zst freebsd-ports-gnome-ce9ad5c587639e0e45120473782ecf9ddefc94e2.zip |
These ports fail on powerpc64 the same way as on arm.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rawtherapee/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 1c173290a92c..22c658c70533 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -77,6 +77,7 @@ OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops -msse2 # BROKEN_aarch64= fails to build: gcc5: error: unrecognized command line option -msse2 +BROKEN_powerpc64= fails to build: gcc6: error: unrecognized command line option -msse2 .if ${OPSYS} == FreeBSD .if ${OSVERSION} >= 1200000 |