portaudio-cross.patch
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:
midi
开发平台:
Unix_Linux
- diff -ruN portaudio/Makefile.in portaudio.n/Makefile.in
- --- portaudio/Makefile.in 2007-10-24 17:29:04.000000000 +0200
- +++ portaudio.n/Makefile.in 2007-12-18 05:43:27.000000000 +0100
- @@ -120,7 +120,7 @@
- SUBDIRS =
- @ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
- -all: lib/$(PALIB) all-recursive tests
- +all: lib/$(PALIB) all-recursive
- tests: bin-stamp $(TESTS)
- diff -ruN portaudio/configure.in portaudio.n/configure.in
- --- portaudio/configure.in 2007-11-13 22:22:56.000000000 +0100
- +++ portaudio.n/configure.in 2007-12-18 05:43:14.000000000 +0100
- @@ -95,9 +95,10 @@
- dnl sizeof checks: we will need a 16-bit and a 32-bit type
- -AC_CHECK_SIZEOF(short)
- -AC_CHECK_SIZEOF(int)
- -AC_CHECK_SIZEOF(long)
- +dnl don't work if you crosscompile
- +dnl AC_CHECK_SIZEOF(short)
- +dnl AC_CHECK_SIZEOF(int)
- +dnl AC_CHECK_SIZEOF(long)
- save_LIBS="${LIBS}"
- AC_CHECK_LIB(rt, clock_gettime, [rt_libs=" -lrt"])