openbsd-ports/comms/gpsk31/patches/patch-configure_in
jason 3ac8e03a3f add port for gpsk31: PSK31 sender/receiver using GTK. Transmit
sounds right, but I can't easily test receive until I get home.
2007-05-30 05:27:44 +00:00

12 lines
411 B
Plaintext

$OpenBSD: patch-configure_in,v 1.1.1.1 2007/05/30 05:27:44 jason Exp $
--- configure.in.orig Tue May 29 23:01:56 2007
+++ configure.in Tue May 29 23:02:18 2007
@@ -11,6 +11,7 @@ AC_CHECK_PROGS(RPMBUILD, rpmbuild, rpm)
dnl Checks for libraries.
AC_CHECK_LIB(m, main)
AC_CHECK_LIB(pthread, main)
+AC_CHECK_LIB(ossaudio, _oss_ioctl)
AC_DEFINE(USE_PTHREAD, 1)
if test "${ac_cv_c_compiler_gnu}" = "yes"; then