summaryrefslogtreecommitdiff
path: root/devel/xxgdb/files/patch-ab
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-11-22 16:09:07 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-11-22 16:09:07 +0000
commita2a071eeb767d8241c85155b0439e29b78a53785 (patch)
treee546a27e2c6f41124f44e03e622864fc6501c12e /devel/xxgdb/files/patch-ab
parentUpdate to version 2.2.2 (diff)
Support CC/CFLAGS properly.
PR: ports/22990 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=35345
Diffstat (limited to 'devel/xxgdb/files/patch-ab')
-rw-r--r--devel/xxgdb/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/xxgdb/files/patch-ab b/devel/xxgdb/files/patch-ab
new file mode 100644
index 000000000000..0468150dc770
--- /dev/null
+++ b/devel/xxgdb/files/patch-ab
@@ -0,0 +1,13 @@
+--- Imakefile.orig Tue Jun 20 07:20:55 1995
++++ Imakefile Fri Nov 17 21:27:09 2000
+@@ -79,6 +79,10 @@
+ # Add to open all windows at startup
+ #DEFINES+=-DOPEN_ALL_WINDOWS
+
++#ifdef FreeBSDArchitecture
++DEFINES = $(DEFGDB)
++#endif
++
+ mallocc = #malloc.c
+ malloco = #malloc.o
+