diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-23 16:49:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-23 16:49:17 +0000 |
commit | 07accf827fd7cefd91688fd0a9fad3f0ce91cedf (patch) | |
tree | cd0c0dabac44a5e130db6687f2b61d58a4513ffa | |
parent | c6f0c4f312dca2ff36eed16094bbee40b3cb8859 (diff) | |
download | ports-07accf827fd7cefd91688fd0a9fad3f0ce91cedf.tar.gz ports-07accf827fd7cefd91688fd0a9fad3f0ce91cedf.zip |
Notes
-rw-r--r-- | databases/rocksdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index d98a793f0b58..89a4761cfb3a 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror BROKEN_aarch64= does not build: the clang compiler does not support -march=native BROKEN_armv6= does not build: the clang compiler does not support -march=native -BROKEN_armv7= does not build: /nxb-bin/usr/bin/ld: undefined reference to symbol `__gnu_Unwind_Find_exidx@@FBSD_1.4' (try adding -lc) +BROKEN_armv7= does not build: /nxb-bin/usr/bin/ld: undefined reference to symbol `__gnu_Unwind_Find_exidx@@FBSD_1.4' (try adding -lc) #'` BROKEN_powerpc64= does not build: the clang compiler does not support -march=native BROKEN_sparc64= cannot build: uses unknown compiler flags |