pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/mpc mpc: Use LDFLAGS instead of LIBS now that bu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e964d7d5be4a
branches: trunk
changeset: 343740:e964d7d5be4a
user: nia <nia%pkgsrc.org@localhost>
date: Sun Nov 10 11:27:07 2019 +0000
description:
mpc: Use LDFLAGS instead of LIBS now that build system has changed.
diffstat:
audio/mpc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0080d092d66b -r e964d7d5be4a audio/mpc/Makefile
--- a/audio/mpc/Makefile Sun Nov 10 11:21:59 2019 +0000
+++ b/audio/mpc/Makefile Sun Nov 10 11:27:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2019/11/02 19:07:25 nia Exp $
+# $NetBSD: Makefile,v 1.32 2019/11/10 11:27:07 nia Exp $
DISTNAME= mpc-0.33
CATEGORIES= audio
@@ -15,7 +15,7 @@
REPLACE_SH= doc/*.sh
-LIBS+= ${BUILDLINK_LDADD.iconv}
+LDFLAGS+= ${BUILDLINK_LDADD.iconv}
# By default it generates and installs HTML documentation if py-sphinx
# is installed, causing our PLIST check to fail.
Home |
Main Index |
Thread Index |
Old Index