projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
002e4be
)
due to a compiler bug, libsndfile does not build on avr32
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Jan 2009 17:13:15 +0000
(17:13 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Jan 2009 17:13:15 +0000
(17:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13899
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/libsndfile/Makefile
patch
|
blob
|
history
diff --git
a/libs/libsndfile/Makefile
b/libs/libsndfile/Makefile
index
2295519
..
8efe69b
100644
(file)
--- a/
libs/libsndfile/Makefile
+++ b/
libs/libsndfile/Makefile
@@
-24,6
+24,7
@@
define Package/libsndfile
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Library for reading/writing audio files
+ DEPENDS:=@!avr32
URL:=http://www.mega-nerd.com/libsndfile/
endef