summaryrefslogtreecommitdiff
path: root/audio/gnomoradio/files/patch-rainbow__license.cc
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /audio/gnomoradio/files/patch-rainbow__license.cc
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes: svn path=/head/; revision=363362
Diffstat (limited to 'audio/gnomoradio/files/patch-rainbow__license.cc')
-rw-r--r--audio/gnomoradio/files/patch-rainbow__license.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/gnomoradio/files/patch-rainbow__license.cc b/audio/gnomoradio/files/patch-rainbow__license.cc
new file mode 100644
index 000000000000..0a77cd7e3776
--- /dev/null
+++ b/audio/gnomoradio/files/patch-rainbow__license.cc
@@ -0,0 +1,11 @@
+--- 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 {