mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b2381b3e70
port. Tell users about the change. Add "PLIST=${WRKDIR}/pkg-plist" to fix a problem found by bento. Add a patch needed for compiling without GUILE. Increment PORTREVISION.
13 lines
648 B
Plaintext
13 lines
648 B
Plaintext
--- 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 @@
|
|
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) {}
|
|
+#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) {}
|