pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/gdb



Module Name:    pkgsrc
Committed By:   kamil
Date:           Thu Aug 27 13:11:18 UTC 2020

Modified Files:
        pkgsrc/devel/gdb: Makefile

Log Message:
gdb: Adapt to out-of-sources build

Requested by newer releases of GDB.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gdb/Makefile
diff -u pkgsrc/devel/gdb/Makefile:1.69 pkgsrc/devel/gdb/Makefile:1.70
--- pkgsrc/devel/gdb/Makefile:1.69      Wed Jun  3 16:50:19 2020
+++ pkgsrc/devel/gdb/Makefile   Thu Aug 27 13:11:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2020/06/03 16:50:19 kamil Exp $
+# $NetBSD: Makefile,v 1.70 2020/08/27 13:11:18 kamil Exp $
 
 DISTNAME=      gdb-8.3.1
 CATEGORIES=    devel
@@ -67,6 +67,12 @@ MAKE_ENV+= gdb_cv_struct_lwp=yes
 CONFIGURE_ARGS+=       --with-separate-debug-dir=/usr/libdata/debug
 .endif
 
+CONFIGURE_DIRS=                ${WRKDIR}/build
+CONFIGURE_SCRIPT=      ${WRKSRC}/configure
+
+post-extract:
+       ${MKDIR} ${WRKDIR}/build
+
 post-install:
        ${RM} -f ${DESTDIR}/${PREFIX}/lib/charset.alias
 #



Home | Main Index | Thread Index | Old Index