bececa38ea
music from the Internet Note: on 4.x, this port will be compiled with G++ 3.4, but will attempt to link to libraries compiled with G++ 2.95, so I guess it'll fail. I suggest to see what happens with bento and, if needed, mark this port as 5.x-only using IGNORE. PR: ports/73032 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
11 lines
274 B
C++
11 lines
274 B
C++
--- rainbow/license.cc.orig Wed Dec 22 11:05:36 2004
|
|
+++ rainbow/license.cc Wed Dec 22 11:06:49 2004
|
|
@@ -54,7 +54,7 @@
|
|
}
|
|
|
|
if (done) {
|
|
- signal<void,ref_ptr<License> > sig;
|
|
+ sigc::signal<void,ref_ptr<License> > sig;
|
|
sig.connect(slot);
|
|
sig(license);
|
|
} else {
|