mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
a2a071eeb7
PR: ports/22990 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
14 lines
275 B
Plaintext
14 lines
275 B
Plaintext
--- 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
|
|
|