Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2017 05:39:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217671] [patch] textproc/sdcv update to 0.5.0-beta2
Message-ID:  <bug-217671-13-6k9enDxsQk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217671-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217671-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217671

--- Comment #1 from Anton Yuzhaninov <citrin+pr@citrin.ru> ---
Port fails to build on FreeBSD 10.3, becuase sdcv's CMakeLists.txt fails to=
 add
ld flags for glib. There is no build error on FreeBSD 11 because
-L${LOCALBASE}/lib added to LDFLAGS by /usr/ports/Mk/Uses/readline.mk

Easy workaround is to add:
LDFLAGS+=3D          -L${LOCALBASE}/lib
to port's Makefile, but I'm not sure that it is proper fix.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217671-13-6k9enDxsQk>