diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-10-09 20:10:02 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-10-09 20:10:02 +0800 |
commit | f5f47a5a4ea9e4e39b7264f4f9e055387bb41eb0 (patch) | |
tree | fedaedc28676986b730a2a891c51409a466b2d72 /editors/openoffice-4 | |
parent | 1950eb3a9dcddec54d64a37f2ad658ec048ee6c9 (diff) | |
download | freebsd-ports-gnome-f5f47a5a4ea9e4e39b7264f4f9e055387bb41eb0.tar.gz freebsd-ports-gnome-f5f47a5a4ea9e4e39b7264f4f9e055387bb41eb0.tar.zst freebsd-ports-gnome-f5f47a5a4ea9e4e39b7264f4f9e055387bb41eb0.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/openoffice-4')
-rw-r--r-- | editors/openoffice-4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index f6e77e8bdf5c..b4331fe1ffda 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ |