summaryrefslogtreecommitdiffstats
path: root/net/ohphone
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2002-11-25 13:21:42 +0000
committerroger <roger@FreeBSD.org>2002-11-25 13:21:42 +0000
commit9a6b9c4bea22253e538006abc21d8ce67b2d5c4f (patch)
tree377fdeeb70c536668059c45002d0e06d822dea91 /net/ohphone
parentfae16acda793927fad1265c0a449f1a758d7002e (diff)
downloadFreeBSD-ports-9a6b9c4bea22253e538006abc21d8ce67b2d5c4f.zip
FreeBSD-ports-9a6b9c4bea22253e538006abc21d8ce67b2d5c4f.tar.gz
Fix compilation problem with new gcc 3.x
Diffstat (limited to 'net/ohphone')
-rw-r--r--net/ohphone/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/ohphone/files/patch-aa b/net/ohphone/files/patch-aa
new file mode 100644
index 0000000..04e1764
--- /dev/null
+++ b/net/ohphone/files/patch-aa
@@ -0,0 +1,19 @@
+*** xlibvid.cxx.orig Mon Nov 25 13:15:04 2002
+--- xlibvid.cxx Mon Nov 25 13:15:24 2002
+*************** BOOL GenericXlibVideoDevice::SetFrameSiz
+*** 199,205 ****
+ return TRUE;
+ }
+
+! BOOL GenericXlibVideoDevice::OpenWindow(unsigned _width = 0, unsigned _height = 0)
+ {
+ PTRACE(3,"XDisplay\tOpenWindow of size "<<_width<<"x"<<_height<<
+ " "<<DirectionStr()<<" window");
+--- 199,205 ----
+ return TRUE;
+ }
+
+! BOOL GenericXlibVideoDevice::OpenWindow(unsigned _width, unsigned _height)
+ {
+ PTRACE(3,"XDisplay\tOpenWindow of size "<<_width<<"x"<<_height<<
+ " "<<DirectionStr()<<" window");
OpenPOWER on IntegriCloud