pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ReZound: Fix path of alsa-lib



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 19:45:48 2016 +0200
Changeset:	d9f1e2090880a53ffd9f6a3ac0bb5bc50f977d91

Modified Files:
	ReZound/Makefile

Log Message:
ReZound: Fix path of alsa-lib

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d9f1e2090880a53ffd9f6a3ac0bb5bc50f977d91

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ReZound/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/ReZound/Makefile b/ReZound/Makefile
index 9e5733a..a0cb370 100644
--- 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


Home | Main Index | Thread Index | Old Index