diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-21 19:09:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-21 19:09:45 +0800 |
commit | cc0fafed204581d92a9bec15eb65a4f8da52c407 (patch) | |
tree | 8e9f923e499d15d57042462f489b77c29009191c /net-im/ricochet | |
parent | 71244d3179aa807b3e99c4bbce1c265f5acc391a (diff) | |
download | freebsd-ports-gnome-cc0fafed204581d92a9bec15eb65a4f8da52c407.tar.gz freebsd-ports-gnome-cc0fafed204581d92a9bec15eb65a4f8da52c407.tar.zst freebsd-ports-gnome-cc0fafed204581d92a9bec15eb65a4f8da52c407.zip |
- Mark broken on 9.x amd64:
/usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against hidden symbol `_DYNAMIC' can not be used when making a shared object
/usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
/usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtend.o: relocation R_X86_64_32 against `.ctors' can not be used when making a shared object; recompile with -fPIC
/usr/local/bin/ld: final link failed: Nonrepresentable section on output
Approved by: portmgr blanket
Diffstat (limited to 'net-im/ricochet')
-rw-r--r-- | net-im/ricochet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/ricochet/Makefile b/net-im/ricochet/Makefile index 8b1bcdf94fb9..fd29e84bb429 100644 --- a/net-im/ricochet/Makefile +++ b/net-im/ricochet/Makefile @@ -17,6 +17,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libprotobuf.so:devel/protobuf RUN_DEPENDS= tor:security/tor +BROKEN_FreeBSD_9_amd64= does not build + USE_GITHUB= yes GH_ACCOUNT= ricochet-im |