diff options
Diffstat (limited to 'audio/autozen/files/patch-ab')
-rw-r--r-- | audio/autozen/files/patch-ab | 10 |
1 files changed, 5 insertions, 5 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 |