1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/snd/files/patch-snd-nogui_c
Trevor Johnson b832d7d33d Update to 5.5. Add FTP site. Add dependency on gsl and optionally
Ruby and esd.  Correct pkg-descr (WITHOUT_X11 not WITHOUT_X).
Generate the packing list.  Add warning about incomplete review.
Re-kludge PREFIX so new DOCSDIR macro can be used.  Perhaps bento
will no longer lose its lunch over this.
2002-01-17 19:26:23 +00:00

15 lines
627 B
Plaintext

--- snd-nogui.c.old Mon Dec 3 05:03:09 2001
+++ snd-nogui.c Thu Jan 17 10:46:15 2002
@@ -240,9 +240,9 @@
char *clm2snd_help(void) {return(NULL);}
char *read_file_data_choices(file_data *fdat, int *srate, int *chans, int *type, int *format, int *location) {return(NULL);}
void alert_new_file(void) {}
-
+#if HAVE_GUILE
void g_initialize_xgfile(void) {}
-
+#endif
snd_info *make_new_file_dialog(snd_state *ss, char *newname, int header_type, int data_format, int srate, int chans, char *comment) {return(NULL);}
void make_cur_name_row(int old_size, int new_size) {}
void make_prev_name_row(int old_size, int new_size) {}