aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3blaster/files
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-08-02 20:58:00 +0800
committernovel <novel@FreeBSD.org>2007-08-02 20:58:00 +0800
commitc3d85465fcbe0a60a83c921dbe01430c588f86c5 (patch)
tree71af0a219977ea26465c1473642892a6355c50ba /audio/mp3blaster/files
parentfb1c4f746c18cdf63f898653f1a483031f42b19e (diff)
downloadfreebsd-ports-gnome-c3d85465fcbe0a60a83c921dbe01430c588f86c5.tar.gz
freebsd-ports-gnome-c3d85465fcbe0a60a83c921dbe01430c588f86c5.tar.zst
freebsd-ports-gnome-c3d85465fcbe0a60a83c921dbe01430c588f86c5.zip
- Introduce WITH_NAS knob
- Minor style nits
Diffstat (limited to 'audio/mp3blaster/files')
-rw-r--r--audio/mp3blaster/files/patch-mpegsound-nasplayer.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/mp3blaster/files/patch-mpegsound-nasplayer.cc b/audio/mp3blaster/files/patch-mpegsound-nasplayer.cc
new file mode 100644
index 000000000000..df91146445b4
--- /dev/null
+++ b/audio/mp3blaster/files/patch-mpegsound-nasplayer.cc
@@ -0,0 +1,10 @@
+--- mpegsound/nasplayer.cc.orig Thu Aug 2 16:08:09 2007
++++ mpegsound/nasplayer.cc Thu Aug 2 16:08:35 2007
+@@ -12,6 +12,7 @@
+ #include "mpegsound.h"
+ #include "mpegsound_locals.h"
+ #include <unistd.h>
++#include <stdlib.h>
+
+ NASplayer::NASplayer(AuServer *aud)
+ {