pkgsrc-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/6a209cb75026
branches: trunk
changeset: 427549:6a209cb75026
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 29647abcf2ac -r 6a209cb75026 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