freebsd-ports/sysutils/gtoaster/files/patch-configure
Edwin Groothuis 7e5f15f927 Update port: sysutils/gtoaster
- Fix handling PORTVERSION
	- Reaarange USE_GNOME
	- machine/soundcard.h -> sys/soundcard.h

PR:		ports/56530
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-08 05:49:41 +00:00

11 lines
283 B
Text

--- configure.orig Sun Sep 7 22:33:01 2003
+++ configure Sun Sep 7 22:35:58 2003
@@ -4696,7 +4696,7 @@
USEOSS=no
-if test -e /usr/include/linux/soundcard.h;
+if test -e /usr/include/sys/soundcard.h;
then
USEOSS=yes
echo "*** open sound system header file detected ***"