summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-09 17:56:50 +0000
committerantoine <antoine@FreeBSD.org>2015-01-09 17:56:50 +0000
commit0583f5ced1b86ab372a0228154570bf309056e29 (patch)
tree7e87fde25151228c96355d79297eafbc21684fb2
parent4768aa1bfcd0585622350afa0361c73aebefd555 (diff)
downloadFreeBSD-ports-0583f5ced1b86ab372a0228154570bf309056e29.zip
FreeBSD-ports-0583f5ced1b86ab372a0228154570bf309056e29.tar.gz
Allow building with libc++ r224926
PR: ports/196627 Submitted by: dim@
-rw-r--r--games/epiar/files/patch-Source_Engine_hud.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/epiar/files/patch-Source_Engine_hud.h b/games/epiar/files/patch-Source_Engine_hud.h
new file mode 100644
index 0000000..3b4d55b
--- /dev/null
+++ b/games/epiar/files/patch-Source_Engine_hud.h
@@ -0,0 +1,11 @@
+--- Source/Engine/hud.h.orig 2012-10-27 08:18:51 UTC
++++ Source/Engine/hud.h
+@@ -44,7 +44,7 @@ enum HudMap{
+ class AlertMessage {
+ public:
+ AlertMessage( string message, Uint32 start );
+- bool operator ==(const AlertMessage& other) {return (start == other.start) && (message == other.message);}
++ bool operator ==(const AlertMessage& other) const {return (start == other.start) && (message == other.message);}
+ string message;
+ Uint32 start;
+ };
OpenPOWER on IntegriCloud