Date: Sun, 8 Dec 2002 14:48:38 -0800 (PST) From: Trevor Johnson <trevor@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/aumix Makefile Message-ID: <200212082248.gB8Mmc9B085063@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trevor 2002/12/08 14:48:38 PST Modified files: audio/aumix Makefile Log: Fix the GTK+ support. This also enables use of GTK+ 2.0.X. According to the submitter, "if you have both glib12/gtk12 and glib20/gtk20 installed, aumix is linked against both [...]" With just gtk-1.2.x present, the configure script was failing. I successfully tested this under the following circumstances: - gtk-1.2.10_8 - WITHOUT_ALL set, gtk-1.2.10_8 - gtk-1.2.10_8 and gtk-2.0.7 - WITHOUT_ALL set, gtk-1.2.10_8 and gtk-2.0.7 - WITH_GTK2 set, gtk-1.2.10_8 and gtk-2.0.7 Submitted by: Herbert J. Skuhra Also reported by: Morten Rodal and Steve O'Hara-Smith Revision Changes Path 1.32 +17 -2 ports/audio/aumix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212082248.gB8Mmc9B085063>