diff options
author | anholt <anholt@FreeBSD.org> | 2002-12-21 17:30:27 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2002-12-21 17:30:27 +0800 |
commit | 09654224df01414e6ea44ece3de4d84f9cb3ad45 (patch) | |
tree | 371335ce091344919d52b9f7b5b5486702941af5 /misc | |
parent | 928757861e92c755c97f2c3a2386ff572f95cbfb (diff) | |
download | freebsd-ports-gnome-09654224df01414e6ea44ece3de4d84f9cb3ad45.tar.gz freebsd-ports-gnome-09654224df01414e6ea44ece3de4d84f9cb3ad45.tar.zst freebsd-ports-gnome-09654224df01414e6ea44ece3de4d84f9cb3ad45.zip |
Fix on -current (using namespace std).
Submitted by: bento
Diffstat (limited to 'misc')
-rw-r--r-- | misc/projectionlib/files/patch-al | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/projectionlib/files/patch-al b/misc/projectionlib/files/patch-al new file mode 100644 index 000000000000..8ba30dcf18ea --- /dev/null +++ b/misc/projectionlib/files/patch-al @@ -0,0 +1,12 @@ +--- Projection.h.orig Sat Dec 21 01:21:00 2002 ++++ Projection.h Sat Dec 21 01:21:09 2002 +@@ -10,9 +10,7 @@ + #include <string> + #include "ProjectionTypes.h" + +-#ifdef WIN32 + using namespace std; +-#endif + + class Projection + { |