aboutsummaryrefslogtreecommitdiff
path: root/audio/autozen/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-09-16 17:29:55 +0000
committerAde Lovett <ade@FreeBSD.org>2000-09-16 17:29:55 +0000
commit55dfa65e5237d1568ecd3b26b4e07a41e7ee37f6 (patch)
treed6dd3c728c5c2446bb14f3a52b011dc5d9cf0a6b /audio/autozen/files
parentd5b5af0c11c082e40a8b3e55f8d51269bf8e091d (diff)
downloadports-55dfa65e5237d1568ecd3b26b4e07a41e7ee37f6.tar.gz
ports-55dfa65e5237d1568ecd3b26b4e07a41e7ee37f6.zip
autozen is a GTK+ based program to adjust brain waves with sound.
Spooky, eh? :) PR: 21311 Submitted by: Trevor Johnson <trevor@jpj.net>
Notes
Notes: svn path=/head/; revision=32704
Diffstat (limited to 'audio/autozen/files')
-rw-r--r--audio/autozen/files/patch-ab11
-rw-r--r--audio/autozen/files/patch-ac11
2 files changed, 22 insertions, 0 deletions
diff --git a/audio/autozen/files/patch-ab b/audio/autozen/files/patch-ab
new file mode 100644
index 000000000000..af3a15e2bbd3
--- /dev/null
+++ b/audio/autozen/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.orig Sun Sep 10 22:57:32 2000
++++ Makefile Sat Sep 16 13:47:33 2000
+@@ -7,7 +7,7 @@
+
+
+ autozen: autozen.c *.xpm
+- $(CC) -D_REENTRANT $(CFLAGS) -I/usr/local/lib/glib/include/ `gtk-config --cflags` `gtk-config --libs` -pthread autozen.c -o autozen $(DEBUG_LIBS)
++ $(CC) -D_REENTRANT $(CFLAGS) -I/usr/local/lib/glib/include/ `$(GTK_CONFIG) --cflags` `$(GTK_CONFIG) --libs` -pthread autozen.c -o autozen $(DEBUG_LIBS)
+
+ seq2wav: seq2wav.c
+ $(CC) seq2wav.c -o seq2wav -lm
diff --git a/audio/autozen/files/patch-ac b/audio/autozen/files/patch-ac
new file mode 100644
index 000000000000..db38b7fd1962
--- /dev/null
+++ b/audio/autozen/files/patch-ac
@@ -0,0 +1,11 @@
+--- autozen.c.orig Sat Sep 16 14:01:23 2000
++++ autozen.c Sat Sep 16 14:07:48 2000
+@@ -199,7 +199,7 @@
+ /* Lets set the filename, as if this were a save dialog, and we are giving
+ a default filename */
+ gtk_file_selection_set_filename (GTK_FILE_SELECTION(filew),
+- "*.seq");
++ "X11BASE/share/autozen/*.seq");
+
+ gtk_widget_show(filew);
+ }