svn commit: r428922 - head/devel/gdb
Tijl Coosemans
tijl at FreeBSD.org
Mon Dec 19 12:08:10 UTC 2016
Author: tijl
Date: Mon Dec 19 12:08:08 2016
New Revision: 428922
URL: https://svnweb.freebsd.org/changeset/ports/428922
Log:
Fix build with BUNDLED_READLINE option.
Reported by: gahr
Modified:
head/devel/gdb/Makefile
Modified: head/devel/gdb/Makefile
==============================================================================
--- head/devel/gdb/Makefile Mon Dec 19 11:20:57 2016 (r428921)
+++ head/devel/gdb/Makefile Mon Dec 19 12:08:08 2016 (r428922)
@@ -24,7 +24,7 @@ CONFIGURE_ARGS= --program-suffix=${PORTV
--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
More information about the svn-ports-all
mailing list