diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-17 19:26:23 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-17 19:26:23 +0000 |
commit | b832d7d33d04d6175530f8ce05dfb4744f1f7be0 (patch) | |
tree | d776a7057315f8963ce495ebc8ee532770f2e790 /audio/snd/files/patch-snd-nogui_c | |
parent | * Upgrade to 12.17.3. Changes in this version include: (diff) |
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.
Notes
Notes:
svn path=/head/; revision=53262
Diffstat (limited to 'audio/snd/files/patch-snd-nogui_c')
-rw-r--r-- | audio/snd/files/patch-snd-nogui_c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/snd/files/patch-snd-nogui_c b/audio/snd/files/patch-snd-nogui_c index 2642ca10ab74..a652f5b43961 100644 --- a/audio/snd/files/patch-snd-nogui_c +++ b/audio/snd/files/patch-snd-nogui_c @@ -1,11 +1,13 @@ ---- snd-nogui.c.orig Mon Sep 18 05:09:28 2000 -+++ snd-nogui.c Thu Oct 19 01:09:33 2000 -@@ -230,7 +230,9 @@ +--- 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(snd_state *ss, SCM local_doc) {} + 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) {} |