head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.52 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.50 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.48 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.46 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.44 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.42 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.40 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.38 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.36 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.34 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.32 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.30 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.28 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.26 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.24 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.22 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.20 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.18 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.16 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.14 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.12 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.10 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.8 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.6 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.4 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.2 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 netbsd-1-6:1.1.1.1.0.4 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.1.1.0.6 pkgviews-base:1.1 buildlink2-base:1.1.1.1 buildlink2:1.1.1.1.0.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2004.01.26.15.45.21; author jmmv; state dead; branches; next 1.5; 1.5 date 2003.05.22.03.05.40; author markd; state Exp; branches; next 1.4; 1.4 date 2003.03.11.13.33.47; author markd; state Exp; branches; next 1.3; 1.3 date 2003.01.02.09.12.21; author skrll; state Exp; branches; next 1.2; 1.2 date 2002.10.07.00.36.35; author jlam; state Exp; branches; next 1.1; 1.1 date 2002.05.31.14.46.47; author skrll; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.05.31.14.46.47; author skrll; state Exp; branches 1.1.1.1.2.1; next ; 1.1.1.1.2.1 date 2002.05.31.14.46.47; author jlam; state dead; branches; next 1.1.1.1.2.2; 1.1.1.1.2.2 date 2002.06.23.18.38.00; author jlam; state Exp; branches; next ; desc @@ 1.6 log @kdemultimedia[23] moved to the multimedia category. @ text @$NetBSD: patch-aa,v 1.5 2003/05/22 03:05:40 markd Exp $ --- configure.orig Thu May 8 00:05:31 2003 +++ configure @@@@ -27200,6 +27200,40 @@@@ if { (eval echo "$as_me:$LINENO: \"$ac_l echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "ac_cv_lib_vm='-lXxf86dga -lXxf86vm'" + + lib=Xxf86dga + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "no" ]; then + eval "ac_cv_lib_vm=no" + fi + + lib=Xxf86vm + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "no" ]; then + eval "ac_cv_lib_vm=no" + fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@@@ -28947,7 +28981,7 @@@@ fi; if test "x$au_enable_default" = xyes; then case "$target" in - *-*-linux*|*-*-freebsd*|*-*-netbsd|*-*-bsdi2.1|*-*-bsdi3.?|*-*-bsdi4.?) + *-*-linux*|*-*-freebsd*|*-*-netbsd*|*-*-bsdi2.1|*-*-bsdi3.?|*-*-bsdi4.?) au_enable_oss=yes ;; *-*-bsdi2.0) @@@@ -33020,7 +33054,7 @@@@ fi echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio_main" >&5 echo "${ECHO_T}$ac_cv_lib_ossaudio_main" >&6 if test $ac_cv_lib_ossaudio_main = yes; then - LIBOSSAUDIO="-lossaudio" + LIBOSSAUDIO="${LIBOSSAUDIO}" fi @@@@ -34105,8 +34139,23 @@@@ if { (eval echo "$as_me:$LINENO: \"$ac_c echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - x11_dga2=yes - + lib=Xxf86dga + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then + x11_dga2=yes + fi + else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@@@ -34160,7 +34209,22 @@@@ if { (eval echo "$as_me:$LINENO: \"$ac_c echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then + lib=Xv + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then x11_xv=yes + fi else echo "$as_me: failed program was:" >&5 @@@@ -34215,7 +34279,22 @@@@ if { (eval echo "$as_me:$LINENO: \"$ac_c echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then + lib=Xxf86vm + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then x11_xvidmode=yes + fi else echo "$as_me: failed program was:" >&5 @@@@ -34807,10 +34886,10 @@@@ _ACEOF ;; NetBSD) - echo "$as_me:$LINENO: result: NetBSD :Unknown hardware. You will have problems!!" >&5 -echo "${ECHO_T}NetBSD :Unknown hardware. You will have problems!!" >&6 - OS_TYPE="BSD" - + echo "$as_me:$LINENO: result: using -lpthread" >&5 + echo $ECHO_N "using -lpthread... $ECHO_C" >&6 + OS_TYPE="BSD" + LIBPTHREAD="-lpthread" cat >>confdefs.h <<\_ACEOF #define OS_BSD 1 _ACEOF @ 1.5 log @Update KDE to 3.1.2. Changes: kdemultimedia: * Ogg Vorbis Info List view column titles were incorrect. * kmix: Vertical label widget to sliders in replacement of large horizontal labels * kmix: Fixed alsa 0.9x to restore current volumes * kmix: Fixed multiple alsa 0.9x cards detection @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update KDE to 3.1. Many bugfixes and functionality enhancements including: kdemultimedia Started a video framework More consistent internationalisation in many applications. NEW IN KDE: KAudioCreator, a CD ripper and audio encoder frontend. NEW IN KDE: KRec, an audio recorder using aRts. KMediaPlayer interface added to kdelibs to reuse Kaboodle. Noatun: Added option to clear the playlist when running with a file as command line option. Added video thumbnail creator using xine-arts. KMix: Added mute control support. @ text @d3 1 a3 1 --- configure.orig Fri Jan 17 08:49:45 2003 d5 1 a5 1 @@@@ -26406,6 +26406,40 @@@@ if { (eval echo "$as_me:$LINENO: \"$ac_l d9 34 a42 34 + + lib=Xxf86dga + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "no" ]; then + eval "ac_cv_lib_vm=no" + fi + + lib=Xxf86vm + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "no" ]; then + eval "ac_cv_lib_vm=no" + fi d45 2 a46 2 cat conftest.$ac_ext >&5 @@@@ -28047,7 +28081,7 @@@@ fi; d55 1 a55 1 @@@@ -32038,7 +32072,7 @@@@ fi d64 1 a64 1 @@@@ -33074,8 +33108,23 @@@@ if { (eval echo "$as_me:$LINENO: \"$ac_c d70 17 a86 17 + lib=Xxf86dga + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then + x11_dga2=yes + fi + d89 2 a90 2 cat conftest.$ac_ext >&5 @@@@ -33130,7 +33179,22 @@@@ if { (eval echo "$as_me:$LINENO: \"$ac_c d113 1 a113 1 @@@@ -33186,7 +33250,22 @@@@ if { (eval echo "$as_me:$LINENO: \"$ac_c d136 1 a136 1 @@@@ -33785,10 +33864,10 @@@@ _ACEOF @ 1.3 log @Update KDE to the 3.0.5a distribution. Packages are numbered 3.0.5.1 or 1.0.5.1 accordingly. Fixes and changes are: Multiple vulnerabilities. kdelibs KHTML : Fixed several crashes and misrenderings. rlogin.protocol: fixed command execution in specially crafted urls. kdebase KAddressbook: Don't squeeze columns on startup/properly restore column width settings. kdenetwork lisa, reslisa: Fixed several security vulnerabilities. kdesdk Cervisia: Show long lines in diff view always completely. @ text @d3 1 a3 1 --- configure.orig Sat Dec 21 07:07:59 2002 d5 2 a6 2 @@@@ -21913,6 +21913,40 @@@@ if { (eval echo "$as_me:21904: \"$ac_lin echo "$as_me:21913: \$? = $ac_status" >&5 d46 7 a52 6 @@@@ -22664,7 +22698,7 @@@@ if test "x$au_enable_default" = xyes; th au_enable_sun=yes ;; *-*-netbsd*) - au_enable_sun=yes + au_enable_oss=yes d54 3 a56 13 *-*-openbsd*) au_enable_sun=yes @@@@ -22685,7 +22719,7 @@@@ if test "x$au_enable_oss" = xyes; then echo "${ECHO_T}yes - " >&6 else case "$target" in - *linux*|*freebsd*|*bsdi*) + *linux*|*freebsd*|*bsdi*|*netbsd*) echo "$as_me:22689: result: yes" >&5 echo "${ECHO_T}yes" >&6 ;; @@@@ -26223,7 +26257,7 @@@@ fi echo "$as_me:26223: result: $ac_cv_lib_ossaudio_main" >&5 a62 12 echo "$as_me:26229: checking for main in -lasound" >&5 @@@@ -26570,6 +26604,7 @@@@ case "$host" in *-*-*bsdi*) kscd_compile=yes;; *-*-*freebsd*) kscd_compile=yes;; *-*-*openbsd*) kscd_compile=yes;; + *-*-*netbsd*) kscd_compile=yes;; *-*-*bsd*) kscd_compile=no;; *) kscd_compile=yes;; esac @@@@ -26633,7 +26668,7 @@@@ EOF fi done d64 2 a65 7 -for ac_header in sys/soundcard.h machine/soundcard.h linux/soundcard.h +for ac_header in soundcard.h sys/soundcard.h machine/soundcard.h linux/soundcard.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` echo "$as_me:26639: checking for $ac_header" >&5 @@@@ -26952,8 +26987,23 @@@@ if { (eval echo "$as_me:26943: \"$ac_com echo "$as_me:26952: \$? = $ac_status" >&5 d90 2 a91 2 @@@@ -27001,7 +27051,22 @@@@ if { (eval echo "$as_me:26992: \"$ac_com echo "$as_me:27001: \$? = $ac_status" >&5 d113 2 a114 2 @@@@ -27050,7 +27115,22 @@@@ if { (eval echo "$as_me:27041: \"$ac_com echo "$as_me:27050: \$? = $ac_status" >&5 d136 1 a136 11 @@@@ -27326,6 +27406,9 @@@@ esac kde_mpeglib_compiles=no case "$OS_TYPE" in + NetBSD) + kde_mpeglib_compiles=yes + ;; FreeBSD) kde_mpeglib_compiles=yes ;; @@@@ -27592,10 +27675,10 @@@@ EOF d140 1 a140 1 - echo "$as_me:27595: result: NetBSD :Unknown hardware. You will have problems!!" >&5 d144 5 a148 5 + echo "$as_me:27650: result: using -lpthread" >&5 + echo $ECHO_N "using -lpthread... $ECHO_C" >&6 + OS_TYPE="BSD" + LIBPTHREAD="-lpthread" cat >>confdefs.h <<\EOF d150 1 a150 1 EOF @ 1.2 log @Make this package work with audio/oss if USE_OSS is defined. @ text @d3 1 a3 1 --- configure.orig Wed Aug 7 11:02:50 2002 d5 2 a6 2 @@@@ -22016,6 +22016,40 @@@@ if { (eval echo "$as_me:22007: \"$ac_lin echo "$as_me:22016: \$? = $ac_status" >&5 d46 1 a46 1 @@@@ -22767,7 +22801,7 @@@@ if test "x$au_enable_default" = xyes; th d55 1 a55 1 @@@@ -22788,7 +22822,7 @@@@ if test "x$au_enable_oss" = xyes; then d61 1 a61 1 echo "$as_me:22792: result: yes" >&5 d64 2 a65 2 @@@@ -26278,7 +26312,7 @@@@ fi echo "$as_me:26278: result: $ac_cv_lib_ossaudio_main" >&5 d72 2 a73 2 echo "$as_me:26284: checking for main in -lasound" >&5 @@@@ -26625,6 +26659,7 @@@@ case "$host" in d81 1 a81 1 @@@@ -26688,7 +26723,7 @@@@ EOF d89 3 a91 3 echo "$as_me:26694: checking for $ac_header" >&5 @@@@ -27007,7 +27042,22 @@@@ if { (eval echo "$as_me:26998: \"$ac_com echo "$as_me:27007: \$? = $ac_status" >&5 d94 19 a112 17 + lib=Xxf86dga + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then x11_dga2=yes + fi d115 3 a117 2 @@@@ -27056,7 +27106,22 @@@@ if { (eval echo "$as_me:27047: \"$ac_com echo "$as_me:27056: \$? = $ac_status" >&5 d122 2 a123 2 + for i in ${LDFLAGS}; do + case "$i" in d132 1 a132 1 + done d139 2 a140 2 @@@@ -27105,7 +27170,22 @@@@ if { (eval echo "$as_me:27096: \"$ac_com echo "$as_me:27105: \$? = $ac_status" >&5 d146 1 a146 1 + case "$i" in d162 1 a162 1 @@@@ -27381,6 +27461,9 @@@@ esac d172 1 a172 1 @@@@ -27647,9 +27730,10 @@@@ EOF d176 1 a176 1 - echo "$as_me:27650: result: NetBSD :Unknown hardware. You will have problems!!" >&5 d178 6 a183 5 + echo "$as_me:27650: result: using -lpthread" >&5 +echo $ECHO_N "using -lpthread... $ECHO_C" >&6 OS_TYPE="BSD" + LIBPTHREAD="-lpthread" d186 1 @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- configure.orig Tue May 14 01:53:41 2002 d5 1 a5 1 @@@@ -22016,6 +22016,40 @@@@ d46 1 a46 1 @@@@ -22767,7 +22801,7 @@@@ d55 1 a55 1 @@@@ -22788,7 +22822,7 @@@@ d64 10 a73 1 @@@@ -26625,6 +26659,7 @@@@ d81 1 a81 1 @@@@ -26688,7 +26723,7 @@@@ d90 1 a90 1 @@@@ -27007,7 +27042,22 @@@@ d113 1 a113 1 @@@@ -27056,7 +27106,22 @@@@ d136 1 a136 1 @@@@ -27105,7 +27170,22 @@@@ d159 1 a159 1 @@@@ -27381,6 +27461,9 @@@@ d169 1 a169 1 @@@@ -27647,9 +27730,10 @@@@ @ 1.1.1.1 log @Initial import of a kdemultimedia3 pkg. @ text @@ 1.1.1.1.2.1 log @file patch-aa was added on branch buildlink2 on 2002-06-23 18:38:00 +0000 @ text @d1 172 @ 1.1.1.1.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 172 $NetBSD: patch-aa,v 1.1.1.1.2.1 2002/06/23 18:38:00 jlam Exp $ --- configure.orig Tue May 14 01:53:41 2002 +++ configure @@@@ -22016,6 +22016,40 @@@@ echo "$as_me:22016: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "ac_cv_lib_vm='-lXxf86dga -lXxf86vm'" + + lib=Xxf86dga + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "no" ]; then + eval "ac_cv_lib_vm=no" + fi + + lib=Xxf86vm + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "no" ]; then + eval "ac_cv_lib_vm=no" + fi else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 @@@@ -22767,7 +22801,7 @@@@ au_enable_sun=yes ;; *-*-netbsd*) - au_enable_sun=yes + au_enable_oss=yes ;; *-*-openbsd*) au_enable_sun=yes @@@@ -22788,7 +22822,7 @@@@ echo "${ECHO_T}yes - " >&6 else case "$target" in - *linux*|*freebsd*|*bsdi*) + *linux*|*freebsd*|*bsdi*|*netbsd*) echo "$as_me:22792: result: yes" >&5 echo "${ECHO_T}yes" >&6 ;; @@@@ -26625,6 +26659,7 @@@@ *-*-*bsdi*) kscd_compile=yes;; *-*-*freebsd*) kscd_compile=yes;; *-*-*openbsd*) kscd_compile=yes;; + *-*-*netbsd*) kscd_compile=yes;; *-*-*bsd*) kscd_compile=no;; *) kscd_compile=yes;; esac @@@@ -26688,7 +26723,7 @@@@ fi done -for ac_header in sys/soundcard.h machine/soundcard.h linux/soundcard.h +for ac_header in soundcard.h sys/soundcard.h machine/soundcard.h linux/soundcard.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` echo "$as_me:26694: checking for $ac_header" >&5 @@@@ -27007,7 +27042,22 @@@@ echo "$as_me:27007: \$? = $ac_status" >&5 (exit $ac_status); }; }; then + lib=Xxf86dga + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then x11_dga2=yes + fi else echo "$as_me: failed program was:" >&5 @@@@ -27056,7 +27106,22 @@@@ echo "$as_me:27056: \$? = $ac_status" >&5 (exit $ac_status); }; }; then + lib=Xv + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then x11_xv=yes + fi else echo "$as_me: failed program was:" >&5 @@@@ -27105,7 +27170,22 @@@@ echo "$as_me:27105: \$? = $ac_status" >&5 (exit $ac_status); }; }; then + lib=Xxf86vm + shared_lib_found=no + for i in ${LDFLAGS}; do + case "$i" in + -L*) + dir=`echo $i | sed "s,^-L,,"` + if [ -e $dir/lib${lib}.so ] || + [ "`echo $dir/lib${lib}.so.*`" != "$dir/lib${lib}.so.*" ]; then + shared_lib_found=yes + break; + fi + esac + done + if [ "$shared_lib_found" = "yes" ]; then x11_xvidmode=yes + fi else echo "$as_me: failed program was:" >&5 @@@@ -27381,6 +27461,9 @@@@ kde_mpeglib_compiles=no case "$OS_TYPE" in + NetBSD) + kde_mpeglib_compiles=yes + ;; FreeBSD) kde_mpeglib_compiles=yes ;; @@@@ -27647,9 +27730,10 @@@@ ;; NetBSD) - echo "$as_me:27650: result: NetBSD :Unknown hardware. You will have problems!!" >&5 -echo "${ECHO_T}NetBSD :Unknown hardware. You will have problems!!" >&6 + echo "$as_me:27650: result: using -lpthread" >&5 +echo $ECHO_N "using -lpthread... $ECHO_C" >&6 OS_TYPE="BSD" + LIBPTHREAD="-lpthread" cat >>confdefs.h <<\EOF #define OS_BSD 1 @