mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add libofa.
* gnu/packages/audio.scm (libofa): New variable. * gnu/packages/patches/libofa-ftbfs-1.diff: New file. * gnu/packages/patches/libofa-curl.diff: New file. * gnu/packages/patches/libofa-ftbfs-2.diff: New file. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
502114de11
commit
38375ce952
5 changed files with 122 additions and 0 deletions
15
gnu/packages/patches/libofa-curl.diff
Normal file
15
gnu/packages/patches/libofa-curl.diff
Normal file
|
@ -0,0 +1,15 @@
|
|||
Description: Fix FTBFS due to unexisting and useless include. (Closes: #637896)
|
||||
Author: Regis Boudin <regis@debian.org>
|
||||
Last-Update: 2011-10-03
|
||||
Index: libofa-0.9.3/examples/protocol.cpp
|
||||
===================================================================
|
||||
--- libofa-0.9.3.orig/examples/protocol.cpp
|
||||
+++ libofa-0.9.3/examples/protocol.cpp
|
||||
@@ -13,7 +13,6 @@
|
||||
#include <map>
|
||||
#include <expat.h>
|
||||
#include <curl/curl.h>
|
||||
-#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
|
||||
using namespace std;
|
Loading…
Add table
Add a link
Reference in a new issue