1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/autozen/files/patch-ab
Ade Lovett 55dfa65e52 autozen is a GTK+ based program to adjust brain waves with sound.
Spooky, eh? :)

PR:		21311
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-09-16 17:29:55 +00:00

12 lines
485 B
Plaintext

--- 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