Remove FreeBSD/OSS4 hacks and add FreeBSD 10.1 install and startup helper scripts (issue #94)

This commit is contained in:
ejurgensen
2015-02-11 22:58:54 +01:00
parent d542ab9c98
commit 3cd7b27bac
6 changed files with 212 additions and 65 deletions

View File

@@ -76,8 +76,7 @@ ANTLR_PRODUCTS =
forked_daapd_CPPFLAGS = -D_GNU_SOURCE \
-DDATADIR="\"$(pkgdatadir)\"" -DCONFDIR="\"$(sysconfdir)\"" \
-DSTATEDIR="\"$(localstatedir)\"" -DPKGLIBDIR="\"$(pkglibdir)\"" \
@OSS4CPPFLAGS@
-DSTATEDIR="\"$(localstatedir)\"" -DPKGLIBDIR="\"$(pkglibdir)\""
forked_daapd_CFLAGS = \
@ZLIB_CFLAGS@ @AVAHI_CFLAGS@ @SQLITE3_CFLAGS@ @LIBAV_CFLAGS@ \

View File

@@ -32,7 +32,7 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <soundcard.h>
#include <sys/soundcard.h>
#include "conffile.h"
#include "logger.h"