summaryrefslogtreecommitdiff
path: root/net/cnet/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/cnet/files/patch-ae')
-rw-r--r--net/cnet/files/patch-ae35
1 files changed, 0 insertions, 35 deletions
diff --git a/net/cnet/files/patch-ae b/net/cnet/files/patch-ae
deleted file mode 100644
index 2ced039b8e5d..000000000000
--- a/net/cnet/files/patch-ae
+++ /dev/null
@@ -1,35 +0,0 @@
---- src/config.h.orig Thu Jun 22 16:39:34 2000
-+++ src/config.h Sat Jul 22 01:41:04 2000
-@@ -19,6 +19,9 @@
- #elif defined(sgi) || defined(__sgi) || defined(__sgi__)
- #define USE_IRIX5
-
-+#elif defined(__FreeBSD__)
-+#define USE_FREEBSD
-+
- #elif defined(_WIN32)
- /* Don't get too excited here . The Windows implementation is still being
- developed and will first appear in the non-alpha version of 1.6.
-@@ -78,6 +81,13 @@
- #define CNETGCC "/usr/local/bin/gcc"
- #define CNETLD "/bin/ld"
-
-+#elif defined(USE_FREEBSD)
-+#define OS_DEFINE "-DFREEBSD"
-+#define CNETCPP "/usr/libexec/cpp"
-+#define CNETCC "%%CC%%"
-+#define CNETGCC "%%CC%%"
-+#define CNETLD "/usr/bin/ld"
-+
- #elif defined(USE_WIN32)
- #define OS_DEFINE "/DWIN32"
- #endif
-@@ -102,7 +112,7 @@
- CNETPATH must be defined.
- */
-
--#define CNETPATH ".:/cslinux/cnetlib:/home/chris/cnetlib"
-+#define CNETPATH ".:%%PREFIX%%/share/cnet:%%PREFIX%%/include"
-
-
- /* A small number of common errors are detected by cnet at run-time.