svn commit: r457069 - head/databases/rocksdb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 23 16:49:19 UTC 2017


Author: sunpoet
Date: Sat Dec 23 16:49:17 2017
New Revision: 457069
URL: https://svnweb.freebsd.org/changeset/ports/457069

Log:
  Cosmetic change to avoid unpaired symbols

Modified:
  head/databases/rocksdb/Makefile

Modified: head/databases/rocksdb/Makefile
==============================================================================
--- head/databases/rocksdb/Makefile	Sat Dec 23 16:40:53 2017	(r457068)
+++ head/databases/rocksdb/Makefile	Sat Dec 23 16:49:17 2017	(r457069)
@@ -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
 


More information about the svn-ports-head mailing list