mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
b6267d7a4b
Also enable kgdb and thread support! This is missing IA64 support, and the AMD64 kgdb support is hokey and needs a few more bits filled in.
12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
--- gdb/Makefile.in.orig Fri Oct 17 14:44:26 2003
|
|
+++ gdb/Makefile.in Thu Jan 15 11:41:06 2004
|
|
@@ -119,4 +119,4 @@
|
|
-READLINE_DIR = ../readline
|
|
-READLINE = $(READLINE_DIR)/libreadline.a
|
|
-READLINE_SRC = $(srcdir)/$(READLINE_DIR)
|
|
-READLINE_CFLAGS = -I$(READLINE_SRC)/..
|
|
+#READLINE_DIR = ../readline
|
|
+READLINE = -lreadline
|
|
+#READLINE_SRC = $(srcdir)/$(READLINE_DIR)
|
|
+#READLINE_CFLAGS = -I$(READLINE_SRC)/..
|