pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-ppsspp



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jan  3 21:44:32 UTC 2019

Modified Files:
        pkgsrc/emulators/libretro-ppsspp: Makefile

Log Message:
libretro-ppsspp: Use BUILDLINK_LDADD.libexecinfo


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/libretro-ppsspp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/libretro-ppsspp/Makefile
diff -u pkgsrc/emulators/libretro-ppsspp/Makefile:1.3 pkgsrc/emulators/libretro-ppsspp/Makefile:1.4
--- pkgsrc/emulators/libretro-ppsspp/Makefile:1.3       Wed Jan  2 19:52:51 2019
+++ pkgsrc/emulators/libretro-ppsspp/Makefile   Thu Jan  3 21:44:32 2019
@@ -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+=          TARGET_ARCH=x86
 
 MAKE_FLAGS+=           GIT_VERSION="${PKGVERSION}-pkgsrc"
 
-LDFLAGS+=              -lexecinfo
+LDFLAGS+=              ${BUILDLINK_LDADD.libexecinfo}
 
 INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
 



Home | Main Index | Thread Index | Old Index