diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-24 00:49:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-24 00:49:17 +0800 |
commit | 5518c5bb966066a5517159a7c5abee6fcbe33c18 (patch) | |
tree | cd0c0dabac44a5e130db6687f2b61d58a4513ffa /databases/rocksdb | |
parent | b83147fae1c72449a13307c87fc12d397abfda02 (diff) | |
download | freebsd-ports-gnome-5518c5bb966066a5517159a7c5abee6fcbe33c18.tar.gz freebsd-ports-gnome-5518c5bb966066a5517159a7c5abee6fcbe33c18.tar.zst freebsd-ports-gnome-5518c5bb966066a5517159a7c5abee6fcbe33c18.zip |
Cosmetic change to avoid unpaired symbols
Diffstat (limited to 'databases/rocksdb')
-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 |