diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-09 20:10:02 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-09 20:10:02 +0800 |
commit | 4f019a52672f513b8a0fed0ca76a586964ea5878 (patch) | |
tree | fedaedc28676986b730a2a891c51409a466b2d72 /editors/libreoffice | |
parent | a5dec5ea0b27cbaa85090a9cdca12a69a934a32f (diff) | |
download | freebsd-ports-gnome-4f019a52672f513b8a0fed0ca76a586964ea5878.tar.gz freebsd-ports-gnome-4f019a52672f513b8a0fed0ca76a586964ea5878.tar.zst freebsd-ports-gnome-4f019a52672f513b8a0fed0ca76a586964ea5878.zip |
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index 327523a21635..4be759eb4830 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 5.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org |