Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/deforaos-player (multimedia/deforaos-player...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d43fe091ab08
branches:  trunk
changeset: 429242:d43fe091ab08
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 18 03:56:05 2020 +0000

description:
(multimedia/deforaos-player) Add CFLAGS+=       -fPIC

compile log says:
ld: backend.o: relocation R_X86_64_32 against `.text' can not be used when making a PIE object; recompile with -fPIC

diffstat:

 multimedia/deforaos-player/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6e5777e73f45 -r d43fe091ab08 multimedia/deforaos-player/Makefile
--- a/multimedia/deforaos-player/Makefile       Sat Apr 18 01:45:29 2020 +0000
+++ b/multimedia/deforaos-player/Makefile       Sat Apr 18 03:56:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/04/11 21:50:27 khorben Exp $
+# $NetBSD: Makefile,v 1.28 2020/04/18 03:56:05 mef Exp $
 
 DISTNAME=      Player-0.2.0
 PKGNAME=       deforaos-player-0.2.0
@@ -20,6 +20,8 @@
 
 DEPENDS+=      mpv-[0-9]*:../../multimedia/mpv
 
+CFLAGS+=       -fPIC
+
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}



Home | Main Index | Thread Index | Old Index