diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/arts++/files/patch-classes::include::artslocal.h.in | |
parent | BROKEN on !i386: Does not compile (diff) |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Notes
Notes:
svn path=/head/; revision=101812
Diffstat (limited to 'net/arts++/files/patch-classes::include::artslocal.h.in')
-rw-r--r-- | net/arts++/files/patch-classes::include::artslocal.h.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/arts++/files/patch-classes::include::artslocal.h.in b/net/arts++/files/patch-classes::include::artslocal.h.in deleted file mode 100644 index 2b7b551a07ad..000000000000 --- a/net/arts++/files/patch-classes::include::artslocal.h.in +++ /dev/null @@ -1,13 +0,0 @@ ---- ./classes/include/artslocal.h.in.orig Wed Sep 25 16:48:31 2002 -+++ ./classes/include/artslocal.h.in Wed Sep 25 16:49:06 2002 -@@ -90,4 +90,10 @@ - //--------------------------------------------------------------------------- - #undef HAVE_STRSTREAM - -+//--------------------------------------------------------------------------- -+// If <ostream> exists, HAVE_OSTREAM should be non-zero. Else -+// HAVE_OSTREAM should be zero and our source will use <ostream.h> -+//--------------------------------------------------------------------------- -+#undef HAVE_OSTREAM -+ - |