pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/bmp-crossfade Use GNU_CONFIGURE_LIBSUBDIR instea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fe476106106
branches:  trunk
changeset: 629748:1fe476106106
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jan 27 06:56:42 2014 +0000

description:
Use GNU_CONFIGURE_LIBSUBDIR instead of manually specify --libdir.

diffstat:

 audio/bmp-crossfade/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5883ff20f915 -r 1fe476106106 audio/bmp-crossfade/Makefile
--- a/audio/bmp-crossfade/Makefile      Mon Jan 27 06:52:27 2014 +0000
+++ b/audio/bmp-crossfade/Makefile      Mon Jan 27 06:56:42 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/10/10 14:41:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2014/01/27 06:56:42 obache Exp $
 #
 
 PKGNAME=               bmp-crossfade-0.3.11
@@ -25,7 +25,7 @@
 .include "../../mk/oss.buildlink3.mk"
 
 CONFIGURE_ARGS+=       --enable-player=bmp
-CONFIGURE_ARGS+=       --libdir=${PREFIX}/lib/bmp/Output
+GNU_CONFIGURE_LIBSUBDIR=       bmp/Output
 
 .if ${OSS_TYPE} == "none"
 CONFIGURE_ARGS+=       --disable-oss



Home | Main Index | Thread Index | Old Index