mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
5e81b40672
* Fix building with gcc3.1 (-CURRENT). * Add Ogg Vorbis support. Approved by: maintainer
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Sat Mar 16 21:00:46 2002
|
|
+++ configure Sun Jul 21 17:31:27 2002
|
|
@@ -2652,7 +2652,7 @@
|
|
fi
|
|
done
|
|
|
|
-for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h getopt.h
|
|
+for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h
|
|
do
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|