pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/fasttracker2 fasttracker2: Fix usage of iconv li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6746f4aa1e5
branches:  trunk
changeset: 404273:a6746f4aa1e5
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Nov 10 11:32:58 2019 +0000

description:
fasttracker2: Fix usage of iconv linker args with CMake

diffstat:

 audio/fasttracker2/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r cc2839cf5af9 -r a6746f4aa1e5 audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile       Sun Nov 10 11:27:07 2019 +0000
+++ b/audio/fasttracker2/Makefile       Sun Nov 10 11:32:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2019/10/22 10:04:48 fox Exp $
+# $NetBSD: Makefile,v 1.44 2019/11/10 11:32:58 nia Exp $
 
 DISTNAME=      ft2-clone-v${PKGVERSION_NOREV}-code
 PKGNAME=       fasttracker2-${DISTVERSION}
@@ -16,12 +16,12 @@
 USE_LANGUAGES= c99 c++
 USE_CMAKE=     yes
 
+LDFLAGS+=      ${BUILDLINK_LDADD.iconv}
+
 TOOL_DEPENDS+= icoutils-[0-9]*:../../graphics/icoutils
 
 ICON_SIZES=    16 24 32 48 64 128 256
 
-LIBS.SunOS+=   -liconv
-
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/appdata



Home | Main Index | Thread Index | Old Index