Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 12:08:09 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428922 - head/devel/gdb
Message-ID:  <201612191208.uBJC89YW045927@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612191208.uBJC89YW045927>