pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-ppsspp libretro-ppsspp: Use BUILDLI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a9e37e6c68c
branches:  trunk
changeset: 327548:3a9e37e6c68c
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jan 03 21:44:32 2019 +0000

description:
libretro-ppsspp: Use BUILDLINK_LDADD.libexecinfo

diffstat:

 emulators/libretro-ppsspp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 600aaf075a82 -r 3a9e37e6c68c emulators/libretro-ppsspp/Makefile
--- a/emulators/libretro-ppsspp/Makefile        Thu Jan 03 21:40:36 2019 +0000
+++ b/emulators/libretro-ppsspp/Makefile        Thu Jan 03 21:44:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/01/02 19:52:51 nia Exp $
+# $NetBSD: Makefile,v 1.4 2019/01/03 21:44:32 nia Exp $
 
 PKGNAME=       libretro-ppsspp-1.7.5
 CATEGORIES=    emulators
@@ -53,7 +53,7 @@
 
 MAKE_FLAGS+=           GIT_VERSION="${PKGVERSION}-pkgsrc"
 
-LDFLAGS+=              -lexecinfo
+LDFLAGS+=              ${BUILDLINK_LDADD.libexecinfo}
 
 INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
 



Home | Main Index | Thread Index | Old Index