Lines 39-47
MAN1= gdb${VER}.1
Link Here
|
39 |
|
39 |
|
40 |
ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work |
40 |
ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work |
41 |
|
41 |
|
42 |
# Forcing to use readline.6 from ports (newer readline in FreeBSD world is not |
42 |
# renamed in readline 6.0 |
43 |
# compatible anymore). |
43 |
CFLAGS+= -D_rl_echoing_p=readline_echoing_p |
44 |
USE_READLINE= port |
44 |
USE_READLINE= base |
45 |
|
45 |
|
46 |
OPTIONS_DEFINE= DEBUG EXPAT PYTHON THREADS GDB_LINK |
46 |
OPTIONS_DEFINE= DEBUG EXPAT PYTHON THREADS GDB_LINK |
47 |
GDB_LINK_DESC= Create the gdb link |
47 |
GDB_LINK_DESC= Create the gdb link |