aboutsummaryrefslogtreecommitdiff
path: root/audio/autozen/files
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-04-10 07:09:24 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-04-10 07:09:24 +0000
commitc26bcbdf67cef1831968faf47aece0313a30bea5 (patch)
treedcf4f683a27a175d2b81a9bbcb116fbff0f33bf8 /audio/autozen/files
parent2a4757157dd21da7f4460fae971993a63f69a9f3 (diff)
downloadports-c26bcbdf67cef1831968faf47aece0313a30bea5.tar.gz
ports-c26bcbdf67cef1831968faf47aece0313a30bea5.zip
Update to 1.3.1.
Notes
Notes: svn path=/head/; revision=41174
Diffstat (limited to 'audio/autozen/files')
-rw-r--r--audio/autozen/files/patch-ab10
-rw-r--r--audio/autozen/files/patch-ac12
2 files changed, 11 insertions, 11 deletions
diff --git a/audio/autozen/files/patch-ab b/audio/autozen/files/patch-ab
index af3a15e2bbd3..e7bd0ce94e15 100644
--- a/audio/autozen/files/patch-ab
+++ b/audio/autozen/files/patch-ab
@@ -1,11 +1,11 @@
---- Makefile.orig Sun Sep 10 22:57:32 2000
-+++ Makefile Sat Sep 16 13:47:33 2000
-@@ -7,7 +7,7 @@
+--- Makefile.orig Sun Mar 4 09:39:54 2001
++++ Makefile Mon Apr 9 23:51:22 2001
+@@ -13,7 +13,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)
+- $(CC) $(OS) -D_REENTRANT $(CFLAGS) `gtk-config --cflags` `gtk-config --libs` -pthread autozen.c -o autozen $(DEBUG_LIBS)
++ $(CC) $(OS) -D_REENTRANT $(CFLAGS) $(PTHREAD_CFLAGS) `$(GTK_CONFIG) --cflags --libs` autozen.c -o autozen $(DEBUG_LIBS) $(PTHREAD_LIBS)
seq2wav: seq2wav.c
$(CC) seq2wav.c -o seq2wav -lm
diff --git a/audio/autozen/files/patch-ac b/audio/autozen/files/patch-ac
index db38b7fd1962..375b3d7f87c7 100644
--- a/audio/autozen/files/patch-ac
+++ b/audio/autozen/files/patch-ac
@@ -1,11 +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 @@
+--- autozen.c.orig Sun Mar 4 16:56:21 2001
++++ autozen.c Mon Apr 9 23:49:01 2001
+@@ -223,7 +223,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");
+- "*.seq");
++ "X11BASE/share/autozen/*.seq");
+ gtk_file_selection_complete( GTK_FILE_SELECTION(filew), "*.seq");
gtk_widget_show(filew);
- }