aboutsummaryrefslogtreecommitdiffstats
path: root/audio/grip
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-07-29 01:22:59 +0800
committeralane <alane@FreeBSD.org>2002-07-29 01:22:59 +0800
commit5715a51763bc7a3f0ea9d34e08d6ae343e5d58dc (patch)
tree3dee12cdce323dcc1698784ac6facfbaaa0276a6 /audio/grip
parente3bb4d1647ae41bdc45cfcefb232c72fdfa60cea (diff)
downloadfreebsd-ports-gnome-5715a51763bc7a3f0ea9d34e08d6ae343e5d58dc.tar.gz
freebsd-ports-gnome-5715a51763bc7a3f0ea9d34e08d6ae343e5d58dc.tar.zst
freebsd-ports-gnome-5715a51763bc7a3f0ea9d34e08d6ae343e5d58dc.zip
Removed forced setting of poll_disc to false, so author and I are in complete
agreement. All code patches will be rolled into 3.0.2. One of the benefits of having worked with the author on this program for a couple years is having an NMI on him for patches, as well as more ability to negotiate than most patch submiters. 8=)
Diffstat (limited to 'audio/grip')
-rw-r--r--audio/grip/files/patch-src-grip.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/grip/files/patch-src-grip.c b/audio/grip/files/patch-src-grip.c
index a2bdac2c3697..caada2288f4e 100644
--- a/audio/grip/files/patch-src-grip.c
+++ b/audio/grip/files/patch-src-grip.c
@@ -31,13 +31,3 @@
ginfo->changer_slots=0;
ginfo->current_disc=0;
-@@ -737,6 +738,9 @@
- rename(filename,renamefile);
- }
-
-+#if defined(__FreeBSD__)
-+ ginfo->poll_drive=FALSE;
-+#endif /* defined __FreeBSD__ */
- DoSaveConfig(ginfo);
- }
-