summaryrefslogtreecommitdiff
path: root/net-im/ayttm/files/patch-af
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2001-03-07 18:14:45 +0000
committerJim Mock <jim@FreeBSD.org>2001-03-07 18:14:45 +0000
commitde627dcb59b4c10915995a0f162110ebce462cb8 (patch)
tree591ad4477b6d7c36b378435444d24b843eaa7eb1 /net-im/ayttm/files/patch-af
parentUpdate the Hints notes about the MAP_NOSYNC issue. It's now fixed in (diff)
Fix a problem with the paths in the sound preferences by removing
patch-af. Bump PORTREVISION. Submitted by: Bob Van Valzah <bob@bgpbook.com>
Diffstat (limited to 'net-im/ayttm/files/patch-af')
-rw-r--r--net-im/ayttm/files/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-im/ayttm/files/patch-af b/net-im/ayttm/files/patch-af
deleted file mode 100644
index f818a6acca79..000000000000
--- a/net-im/ayttm/files/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/config.sh.in.orig Mon Nov 13 22:35:30 2000
-+++ src/config.sh.in Mon Nov 13 22:36:18 2000
-@@ -1,6 +1,6 @@
- #!/bin/sh
- rm config.h 2>&1 > /dev/null
--echo \#define BuddyArriveDefault \"@prefix@/share/sounds/everybuddy/BuddyArrive.au\" >> config.h
--echo \#define BuddyLeaveDefault \"@prefix@/share/sounds/everybuddy/BuddyLeave.au\" >> config.h
--echo \#define SendDefault \"@prefix@/share/sounds/everybuddy/Send.au\" >> config.h
--echo \#define RecieveDefault \"@prefix@/share/sounds/everybuddy/Receive.au\" >> config.h
-+echo \#define BuddyArriveDefault \"@datadir@/sounds/everybuddy/BuddyArrive.au\" >> config.h
-+echo \#define BuddyLeaveDefault \"@datadir@/sounds/everybuddy/BuddyLeave.au\" >> config.h
-+echo \#define SendDefault \"@datadir@/sounds/everybuddy/Send.au\" >> config.h
-+echo \#define RecieveDefault \"@datadir@/sounds/everybuddy/Receive.au\" >> config.h