summaryrefslogtreecommitdiff
path: root/chat/psi/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'chat/psi/patches/patch-ac')
-rw-r--r--chat/psi/patches/patch-ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/chat/psi/patches/patch-ac b/chat/psi/patches/patch-ac
deleted file mode 100644
index 9d3df09466e..00000000000
--- a/chat/psi/patches/patch-ac
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.7 2006/01/23 17:05:02 xtraeme Exp $
-
---- src/psi_profiles.cpp.orig 2006-01-23 16:20:44.000000000 +0100
-+++ src/psi_profiles.cpp 2006-01-23 16:21:15.000000000 +0100
-@@ -441,7 +441,11 @@
- prefs.rosterOpacity = 95;
- prefs.outlineHeadings = false;
-
-- prefs.player = "play";
-+#ifdef __NetBSD__
-+ prefs.player = "audioplay";
-+#else
-+ prefs.player = "player";
-+#endif
- prefs.noAwaySound = FALSE;
-
- prefs.onevent[eMessage] = g.pathBase + "/sound/chat2.wav";