aboutsummaryrefslogtreecommitdiffstats
path: root/games/gtkradiant
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-12-18 04:40:16 +0800
committeralepulver <alepulver@FreeBSD.org>2006-12-18 04:40:16 +0800
commitb77e5cc9687ec7d7423adedd8f560a71da7b0a63 (patch)
tree5be5170e411104caef28c9f92cf53f502d18da7f /games/gtkradiant
parent763e9411ddc8fbda95345de8dcf5b393e994b54c (diff)
downloadfreebsd-ports-gnome-b77e5cc9687ec7d7423adedd8f560a71da7b0a63.tar.gz
freebsd-ports-gnome-b77e5cc9687ec7d7423adedd8f560a71da7b0a63.tar.zst
freebsd-ports-gnome-b77e5cc9687ec7d7423adedd8f560a71da7b0a63.zip
- Fix building with GCC 4.x.
Reported by: pointyhat
Diffstat (limited to 'games/gtkradiant')
-rw-r--r--games/gtkradiant/files/patch-radiant__brushmanip.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gtkradiant/files/patch-radiant__brushmanip.cpp b/games/gtkradiant/files/patch-radiant__brushmanip.cpp
new file mode 100644
index 000000000000..7105f05e159f
--- /dev/null
+++ b/games/gtkradiant/files/patch-radiant__brushmanip.cpp
@@ -0,0 +1,11 @@
+--- radiant/brushmanip.cpp.orig Sat Feb 11 20:57:16 2006
++++ radiant/brushmanip.cpp Sun Dec 17 17:03:49 2006
+@@ -416,7 +416,7 @@
+ }
+ void visit(FaceInstance& face) const
+ {
+- if(face.isSelected(SelectionSystem::eFace))
++ if(face.isSelected())
+ {
+ m_visitor.visit(face.getFace());
+ }