freebsd-ports/audio/xmms-nsf/files/patch-src__xmms__nsf.h
Emanuel Haupt 6de5b2ae5e - Fix build with gcc 4.x
- Added a patch to control window to display when an nsf song is played and
  change 'Fadeout' option to 'Silence Until Next Song' [1]
- Cleanup
- Bump PORTREVISION

Obtained from:	gentoo
2007-01-11 14:25:53 +00:00

11 lines
243 B
C

--- ./src/xmms/nsf.h.orig Sun Jul 23 12:00:35 2000
+++ ./src/xmms/nsf.h Wed Jan 10 20:10:34 2007
@@ -58,7 +58,7 @@
typedef struct
{
gint play_time;
- gint fadeout_time;
+ gint silence_time;
// reserve
gint resolution;
gint channels;