diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-08-16 02:14:20 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-08-16 02:14:20 +0000 |
commit | 40640695b615fa731631f16960c24dac98f90735 (patch) | |
tree | bfe187c3334bf44defc1500b3e9a3e52b48199ab /misc/libreoffice | |
parent | bcd7586c495520c48ff18a6e3c8b599bab420568 (diff) | |
download | pkgsrc-40640695b615fa731631f16960c24dac98f90735.tar.gz |
Fix build with boost 1.59.0
* Add -lboost_system to LDFLAGS.
Diffstat (limited to 'misc/libreoffice')
-rw-r--r-- | misc/libreoffice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index ca409804f13..18bd536d583 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2015/08/15 22:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2015/08/16 02:14:20 ryoon Exp $ VERREL= 5.0.0 VERRC= 5 @@ -110,6 +110,8 @@ WRAPPER_SKIP_TRANSFORM=yes USE_LANGUAGES+= c c++ +LDFLAGS+= -lboost_system + USE_LIBTOOL= yes # Use GNU find fron findutils. TOOLS_PLATFORM.find= # empty |