mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1164c762f6
imake, lndir, etc. This port can eliminate the needs to install entire XFree86 when you just need imake to build some ports.
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
--- cf/Imake.cf.orig Fri Jul 30 21:45:47 1999
|
|
+++ cf/Imake.cf Wed Mar 1 17:31:52 2000
|
|
@@ -160,6 +160,11 @@
|
|
# define i386Architecture
|
|
# undef i386
|
|
# endif
|
|
+# ifdef __alpha__
|
|
+# define AlphaBsdArchitecture
|
|
+# define AlphaArchitecture
|
|
+# undef __alpha__
|
|
+# endif
|
|
#endif /* __FreeBSD__ */
|
|
|
|
#ifdef AMOEBA
|