diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-19 12:08:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-19 12:08:08 +0000 |
commit | fe477f69a781f2864fa4aaef88afcdc89126e8cc (patch) | |
tree | ab86015084df1e190a32c2941d8c1c804fe68e67 /devel/gdb | |
parent | cc33622fac4f9986aa10b2c4cf6fcecefc4c83fd (diff) |
Fix build with BUNDLED_READLINE option.
Reported by: gahr
Notes
Notes:
svn path=/head/; revision=428922
Diffstat (limited to 'devel/gdb')
-rw-r--r-- | devel/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 5d36d2942707..57cbfc2075f6 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --program-suffix=${PORTVERSION:S/.//g} \ --with-gdb-datadir=${PREFIX}/share/gdb${PORTVERSION:S/.//g} \ --with-separate-debug-dir=/usr/lib/debug \ ${ICONV_CONFIGURE_ARG} \ - --with-expat=yes --with-libexpat-prefix=${LOCALBASE}/lib \ + --with-expat=yes --with-libexpat-prefix=${LOCALBASE} \ --without-libunwind-ia64 CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes CFLAGS+= -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable |