1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/audio/kdemultimedia2/files/patch-configure

21 lines
582 B
Plaintext
Raw Normal View History

2000-12-13 06:06:38 +00:00
--- 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
2000-12-13 06:06:38 +00:00
@@ -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