1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Restore readline.6 library dependency as the port only

works with that shlib version.

PR:		ports/170429
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
Approved by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com (maintainer)
Approved by:	eadler (mentor)
This commit is contained in:
Bryan Drewery 2012-08-09 16:47:32 +00:00
parent 2fdff35d2f
commit fb5a3f46c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302345

View File

@ -38,9 +38,9 @@ MAN1= gdb${VER}.1
ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work
# Forcing to use the readline from ports (readline in FreeBSD world is not # Forcing to use readline.6 from ports (newer readline in FreeBSD world is not
# compatible anymore). # compatible anymore). Please ignore portlint here.
LIB_DEPENDS+= readline:${PORTSDIR}/devel/readline LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
CFLAGS+= -isystem ${LOCALBASE}/include CFLAGS+= -isystem ${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib