aboutsummaryrefslogtreecommitdiff
path: root/games/alephone/files
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-12-04 14:41:46 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-12-04 14:41:46 +0000
commit8f3fca5cfc73603ca1c17a63cdd8db54edcde44e (patch)
tree72c37d46eb63bac39a579aeb09addcd068fda5da /games/alephone/files
parent525398f05e4958d3deb243ac74d9f9321c21a9fd (diff)
downloadports-8f3fca5cfc73603ca1c17a63cdd8db54edcde44e.tar.gz
ports-8f3fca5cfc73603ca1c17a63cdd8db54edcde44e.zip
Unbreak in -CURRENT (by adding 'using namespace std' in strategic spots)
Approved by: maintainer silence
Notes
Notes: svn path=/head/; revision=95001
Diffstat (limited to 'games/alephone/files')
-rw-r--r--games/alephone/files/patch-ac32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/alephone/files/patch-ac b/games/alephone/files/patch-ac
new file mode 100644
index 000000000000..e1fee5ad452a
--- /dev/null
+++ b/games/alephone/files/patch-ac
@@ -0,0 +1,32 @@
+--- Source_Files/Misc/FileHandler.h.orig Fri Aug 8 15:00:21 2003
++++ Source_Files/Misc/FileHandler.h Fri Aug 8 15:01:07 2003
+@@ -46,6 +46,7 @@
+ #endif
+ #endif
+
++using namespace std;
+
+ // Symbolic constant for a closed file's reference number (refnum) (MacOS only)
+ const short RefNum_Closed = -1;
+--- Source_Files/Misc/resource_manager.h.orig Fri Aug 8 15:00:22 2003
++++ Source_Files/Misc/resource_manager.h Fri Aug 8 15:04:02 2003
+@@ -10,6 +10,8 @@
+ #include <stdio.h>
+ #include <vector>
+
++using namespace std;
++
+ class FileSpecifier;
+ class LoadedResource;
+
+--- Source_Files/Misc/sdl_dialogs.h.orig Fri Aug 8 15:00:22 2003
++++ Source_Files/Misc/sdl_dialogs.h Fri Aug 8 15:01:43 2003
+@@ -9,6 +9,8 @@
+
+ #include <vector>
+
++using namespace std;
++
+ class widget;
+ struct SDL_Surface;
+ class sdl_font_info;