- fix build (oops, not sure what happened there)

- remove patch that should have been removed in last comit
This commit is contained in:
jakemsr 2010-04-28 04:15:58 +00:00
parent a878f31c5c
commit a786f77c4d
2 changed files with 2 additions and 14 deletions

View File

@ -1,7 +1,7 @@
/* im_sndio.c
* - Raw PCM input from sndio audio subsystem
*
* $Id: im_sndio.c,v 1.1 2010/04/23 05:54:26 jakemsr Exp $
* $Id: im_sndio.c,v 1.2 2010/04/28 04:15:58 jakemsr Exp $
*
* by Jacob Meuser <jakemsr@sdf.lonestar.org>, based
* on im_sun.c which is...
@ -224,7 +224,7 @@ input_module_t *sndio_open_module(module_param_t *params)
LOG_ERROR0("Couldn't set signed linear encoding");
goto fail;
}
if (s->le != SIO_LE_NATIVE) {
if (s->par.le != SIO_LE_NATIVE) {
LOG_ERROR0("Couldn't set proper endianness");
goto fail;
}

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2005/02/19 20:49:51 alek Exp $
--- doc/Makefile.in.orig Thu Mar 11 22:18:02 2004
+++ doc/Makefile.in Sun Oct 24 23:02:02 2004
@@ -33,7 +33,7 @@ infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(datadir)/doc/@PACKAGE@2
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..