diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gale/Makefile | 1 | ||||
-rw-r--r-- | net-im/pidgin-sipe/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index 2604b8a32c84..756b51ab1aa9 100644 --- a/net-im/gale/Makefile +++ b/net-im/gale/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libgc.so:devel/boehm-gc \ BROKEN_aarch64= fails to compile: conflicting types for __wcwidth BROKEN_armv6= fails to compile: conflicting types for __wcwidth +BROKEN_armv7= fails to compile: conflicting types for __wcwidth USES= iconv libtool ncurses ssl GNU_CONFIGURE= yes diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index 5d88719b3ded..625659915afc 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= libnss3.so:security/nss \ RUN_DEPENDS= pidgin:net-im/pidgin BROKEN_armv6= fails to compile: cast from 'struct sipe_core_public *' to 'struct sipe_core_private *' increases required alignment from 4 to 8 +BROKEN_armv7= fails to compile: cast from 'struct sipe_core_public *' to 'struct sipe_core_private *' increases required alignment from 4 to 8 GNU_CONFIGURE= yes USES= gmake libtool localbase pkgconfig tar:bzip2 ssl |