pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/mpc
Module Name: pkgsrc
Committed By: nia
Date: Sun Nov 10 11:27:07 UTC 2019
Modified Files:
pkgsrc/audio/mpc: Makefile
Log Message:
mpc: Use LDFLAGS instead of LIBS now that build system has changed.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/mpc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/mpc/Makefile
diff -u pkgsrc/audio/mpc/Makefile:1.31 pkgsrc/audio/mpc/Makefile:1.32
--- pkgsrc/audio/mpc/Makefile:1.31 Sat Nov 2 19:07:25 2019
+++ pkgsrc/audio/mpc/Makefile Sun Nov 10 11:27:07 2019
@@ -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 @@ USE_TOOLS+= pkg-config
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