9f08be24de
kdebase...
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
--- mpeglib/configure.in.in.orig Sun Oct 27 00:20:37 2002
|
|
+++ mpeglib/configure.in.in Wed Jan 1 16:18:39 2003
|
|
@@ -216,6 +216,9 @@ case "$OS_TYPE" in
|
|
NetBSD)
|
|
kde_mpeglib_compiles=yes
|
|
;;
|
|
+ OpenBSD)
|
|
+ kde_mpeglib_compiles=yes
|
|
+ ;;
|
|
Linux)
|
|
kde_mpeglib_compiles=yes
|
|
;;
|
|
@@ -245,6 +248,12 @@ case "$OS_TYPE" in
|
|
AC_DEFINE(OS_Linux,1,[Define if you have linux pthread])
|
|
;;
|
|
|
|
+ OpenBSD)
|
|
+ OS_TYPE="BSD"
|
|
+ AC_CHECK_LIB(c_r, pthread_create, [LIBPTHREAD="-pthread"])
|
|
+ AC_DEFINE(OS_BSD,1,[Define if you have BSD pthread])
|
|
+ ;;
|
|
+
|
|
FreeBSD)
|
|
OS_TYPE="BSD"
|
|
AC_CHECK_LIB(c_r, pthread_create, [LIBPTHREAD="-lc_r"]) dnl name of pthread lib in FreeBSD
|
|
@@ -291,5 +300,5 @@ KDE_MPEGLIB_COMPILES
|
|
|
|
THIS_LIB_LIBS="-lX11 -lXext -lm -lstdc++ ${XVLIBS} ${DGALIBS} "
|
|
THIS_LIB_LIBS="${THIS_LIB_LIBS} ${XVIDMODELIBS} ${SDLLIB} ${CDDALIBS} "
|
|
-THIS_LIB_LIBS="${THIS_LIB_LIBS} ${OGG_VORBISLIBS} ${LIBPTHREAD}"
|
|
+THIS_LIB_LIBS="${THIS_LIB_LIBS} ${OGG_VORBISLIBS} ${LIBPTHREAD} ${LIBOSSAUDIO}"
|
|
AC_SUBST(THIS_LIB_LIBS)
|