diff options
author | arved <arved@FreeBSD.org> | 2002-11-09 03:32:00 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-09 03:32:00 +0800 |
commit | 57a661bafeaf41362c0725e35c625e6e4c367ddb (patch) | |
tree | 3463d95e696f8cca7b9e841f62993996386032b5 /databases/db2/files | |
parent | 136f3d5668ffab7b2f38c57bce1ed3a79189890a (diff) | |
download | freebsd-ports-gnome-57a661bafeaf41362c0725e35c625e6e4c367ddb.tar.gz freebsd-ports-gnome-57a661bafeaf41362c0725e35c625e6e4c367ddb.tar.zst freebsd-ports-gnome-57a661bafeaf41362c0725e35c625e6e4c367ddb.zip |
Remove -fnopermissve
PR: Craig Rodrigues <rodrigc@attbi.com>
Submitted by: 42785
Diffstat (limited to 'databases/db2/files')
-rw-r--r-- | databases/db2/files/patch-ab | 11 | ||||
-rw-r--r-- | databases/db2/files/patch-ac | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/databases/db2/files/patch-ab b/databases/db2/files/patch-ab new file mode 100644 index 000000000000..16160886f375 --- /dev/null +++ b/databases/db2/files/patch-ab @@ -0,0 +1,11 @@ +--- ../include/db_cxx.h.orig Tue Aug 31 13:45:43 1999 ++++ ../include/db_cxx.h Sat Sep 14 14:50:27 2002 +@@ -717,7 +717,7 @@ + // call set_error_stream() to force all errors to a C++ stream. + // It is unwise to mix these approaches. + // +- void set_error_stream(class ostream*); ++ void set_error_stream(ostream*); + + // used internally + static int runtime_error(const char *caller, int err, diff --git a/databases/db2/files/patch-ac b/databases/db2/files/patch-ac new file mode 100644 index 000000000000..83873426b6ed --- /dev/null +++ b/databases/db2/files/patch-ac @@ -0,0 +1,11 @@ +--- ../cxx/cxx_app.cpp.orig Wed Dec 16 14:53:47 1998 ++++ ../cxx/cxx_app.cpp Sat Sep 14 14:50:30 2002 +@@ -125,7 +125,7 @@ + // db_env triggered the call. A user that has multiple DB_ENVs + // will simply not be able to have different streams for each one. + // +-void DbEnv::set_error_stream(class ostream *stream) ++void DbEnv::set_error_stream(ostream *stream) + { + error_stream_ = stream; + |