pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2695c65
)
ReZound: Fix path of alsa-lib
author
Kamil Rytarowski
<n54@gmx.com>
Sat, 24 Sep 2016 17:45:48 +0000
(19:45 +0200)
committer
Kamil Rytarowski
<n54@gmx.com>
Sat, 24 Sep 2016 17:45:48 +0000
(19:45 +0200)
ReZound/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/ReZound/Makefile
b/ReZound/Makefile
index 9e5733a1c59b567edd5dac33f919c3553c0407b5..a0cb3700f4c4da9101db44b1aac526720aade58e 100644
(file)
--- a/
ReZound/Makefile
+++ b/
ReZound/Makefile
@@
-31,7
+31,7
@@
PKG_OPTIONS_VAR= PKG_OPTIONS.rezound
.if !empty(PKG_OPTIONS:Malsa)
CONFIGURE_ARGS+= --enable-alsa=yes
-.include "../../
wip
/alsa-lib/buildlink3.mk"
+.include "../../
audio
/alsa-lib/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-alsa
.endif