aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-01-26 05:41:18 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-02-03 06:31:40 +0000
commit15506688c9aceb66227a121191a37047ff1b76d2 (patch)
treec21c838f2d1c32da3ac2939b34b66364d2a3d77c
parent2c24a73ff2ca33449a1edd860c645c43c8ed7d57 (diff)
downloadports-15506688c9aceb66227a121191a37047ff1b76d2.tar.gz
ports-15506688c9aceb66227a121191a37047ff1b76d2.zip
devel/gdb: Point to LOCALBASE/lib/debug dir for the debugging symbols.
-rw-r--r--devel/gdb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index 8edd9cfd3b9b..b47657c721fd 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gdb
DISTVERSION= 14.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNU
@@ -28,6 +29,7 @@ CONFIGURE_ARGS= --program-suffix=${VER} \
--disable-sim \
--enable-targets=all --enable-64-bit-bfd \
--with-separate-debug-dir=/usr/lib/debug \
+ --with-additional-debug-dirs=${LOCALBASE}/lib/debug \
${ICONV_CONFIGURE_ARG} \
--without-libunwind-ia64
CONFIGURE_OUTSOURCE= yes