mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add a last-minute fix to a pathname which I unfortunately left out
of the previous commit.
This commit is contained in:
parent
ea872bcfc3
commit
d4bfe817b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21527
@ -10,7 +10,7 @@
|
||||
-.if ${OBJFORMAT} == elf
|
||||
-BFDDIR= ${.CURDIR}/../../binutils/libbfd/${MACHINE_ARCH}
|
||||
-BINDIR= /usr/local/bin
|
||||
+FBSDGDBDIR= ${.CURDIR}/../src/gnu/usr.bin/gdb/gdb
|
||||
+FBSDGDBDIR= ${.CURDIR}/src/gnu/usr.bin/gdb/gdb
|
||||
+
|
||||
+GDBDIR= ${FBSDGDBDIR}/../../../../contrib/gdb
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user