pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/deforaos-player



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 18 03:56:05 UTC 2020

Modified Files:
        pkgsrc/multimedia/deforaos-player: Makefile

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/multimedia/deforaos-player/Makefile

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

Modified files:

Index: pkgsrc/multimedia/deforaos-player/Makefile
diff -u pkgsrc/multimedia/deforaos-player/Makefile:1.27 pkgsrc/multimedia/deforaos-player/Makefile:1.28
--- pkgsrc/multimedia/deforaos-player/Makefile:1.27     Sat Apr 11 21:50:27 2020
+++ pkgsrc/multimedia/deforaos-player/Makefile  Sat Apr 18 03:56:05 2020
@@ -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 @@ BUILD_DEPENDS+=       docbook-xsl-[0-9]*:../..
 
 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