mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 02:30:05 +02:00
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
From 0dbcc82d33d7ea41b14dadec906ce0d0081c2c2d Mon Sep 17 00:00:00 2001
|
|
From: Jerome Duval <jerome.duval@gmail.com>
|
|
Date: Tue, 20 May 2014 16:43:24 +0000
|
|
Subject: haiku patch
|
|
|
|
|
|
diff --git a/src/sndfile.h.in b/src/sndfile.h.in
|
|
index 985cc7d..ecb3d16 100644
|
|
--- a/src/sndfile.h.in
|
|
+++ b/src/sndfile.h.in
|
|
@@ -29,6 +29,7 @@
|
|
/* This is the version 1.0.X header file. */
|
|
#define SNDFILE_1
|
|
|
|
+#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include <stdint.h>
|
|
#include <sys/types.h>
|
|
--
|
|
2.2.2
|
|
|
|
|
|
From 16d8db8eb7e838b393d6e518c014985466fa4a60 Mon Sep 17 00:00:00 2001
|
|
From: Kacper Kasper <kacperkasper@gmail.com>
|
|
Date: Sun, 8 Jun 2014 17:05:44 +0200
|
|
Subject: Fix documentation path
|
|
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index ef14780..daf76cc 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -482,6 +482,10 @@ if test x"$ac_cv_prog_HAVE_AUTOGEN" = "xno" ; then
|
|
#====================================================================================
|
|
# Settings for the HTML documentation.
|
|
|
|
+if test $host_os = "haiku" ; then
|
|
+ htmldocdir=$prefix/documentation/packages/libsndfile
|
|
+fi
|
|
+
|
|
if test x$enable_bow_docs = "xyes" ; then
|
|
HTML_BGCOLOUR="white"
|
|
HTML_FGCOLOUR="black"
|
|
--
|
|
2.2.2
|
|
|