mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
e716d7b351
* Cleanup patches, use REINPLACE were appropriate. Approved by: maintainer
21 lines
976 B
C
21 lines
976 B
C
--- src/prelude.h.orig Wed Jan 31 01:18:40 2001
|
|
+++ src/prelude.h Wed Mar 5 18:53:02 2003
|
|
@@ -22,7 +22,7 @@
|
|
* update the source.
|
|
*-------------------------------------------------------------------------*/
|
|
|
|
-#define SOLARIS 1 /* For Solaris 2.4 */
|
|
+#define SOLARIS 0 /* For Solaris 2.4 */
|
|
#define SUNOS 0 /* For Sun 3/Sun 4 running SunOs 4.x */
|
|
#define BCWIN16 0 /* For Windows 3.1, Borland C++ 4.52 */
|
|
#define BCWIN32 0 /* For Windows 32, Borland C++ 4.52 */
|
|
@@ -44,7 +44,7 @@
|
|
#define AIX 0 /* For IBM AIX on RS/6000 using GCC UN */
|
|
#define ATARI 0 /* For Atari ST/STE/TT/Falcon w/ Lattice C 5.52 UN */
|
|
#define SGI4 0 /* For SiliconGraphics Indigo, IRIX v*4*.0.5 UN */
|
|
-#define NETBSD 0 /* For NetBSD-current UN */
|
|
+#define NETBSD 1 /* For NetBSD-current UN */
|
|
#define MACWP 0 /* For Macintosh PPC/68K using CodeWarrior Pro */
|
|
|
|
/*---------------------------------------------------------------------------
|