summaryrefslogtreecommitdiff
path: root/audio/tracker/files/patch-ac
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-02 15:18:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-02 15:18:26 +0000
commitd0834e0bfcd6ba845dbd011640174b1d7aa291c3 (patch)
tree6e5e1f8a24d8bb93c43bfea63927c5f5f257b212 /audio/tracker/files/patch-ac
parent- Fix PLIST: (diff)
No public distfiles available anymore, pkgname conflict with sysutils/tracker
Notes
Notes: svn path=/head/; revision=329053
Diffstat (limited to 'audio/tracker/files/patch-ac')
-rw-r--r--audio/tracker/files/patch-ac24
1 files changed, 0 insertions, 24 deletions
diff --git a/audio/tracker/files/patch-ac b/audio/tracker/files/patch-ac
deleted file mode 100644
index 5bee61206a48..000000000000
--- a/audio/tracker/files/patch-ac
+++ /dev/null
@@ -1,24 +0,0 @@
-*** Arch/PCux/audio.c.bak Fri Apr 12 20:30:37 1996
---- Arch/PCux/audio.c Tue Nov 12 08:40:29 1996
-***************
-*** 9,14 ****
---- 9,17 ----
- #include <unistd.h>
- #include <fcntl.h>
- #include "extern.h"
-+ #include "prefs.h"
-+ #include "autoinit.h"
-+ #include "watched_var.h"
-
- struct options_set *port_options=0;
-
-***************
-*** 116,121 ****
---- 119,125 ----
- }
- samples_max = buf_max / dsize;
- current_freq = f;
-+ set_watched_scalar(FREQUENCY, f);
- total = 0;
- return f;
- }