mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
21 lines
582 B
Plaintext
21 lines
582 B
Plaintext
--- configure.orig Tue Nov 28 21:17:34 2000
|
|
+++ configure Mon Dec 11 09:31:14 2000
|
|
@@ -10913,7 +10913,7 @@
|
|
echo "configure:10914: checking if kscd can be compiled" >&5
|
|
case "$host" in
|
|
*-*-linux*) kscd_compile=yes;;
|
|
- *-*-*bsd*) kscd_compile=no;;
|
|
+ *-*-*bsd*) kscd_compile=yes;;
|
|
*) kscd_compile=yes;;
|
|
esac
|
|
echo "$ac_t""$kscd_compile" 1>&6
|
|
@@ -11374,7 +11374,7 @@
|
|
;;
|
|
*)
|
|
echo "$ac_t""*** We disable mpeglib for this platform ***" 1>&6
|
|
- DO_NOT_COMPILE="$DO_NOT_COMPILE mpeglib"
|
|
+ DO_NOT_COMPILE="$DO_NOT_COMPILE mpeglib mpeglib_artsplug"
|
|
;;
|
|
|
|
esac
|