pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/deforaos-mixer
Module Name: pkgsrc
Committed By: mef
Date: Sat Apr 18 04:13:51 UTC 2020
Modified Files:
pkgsrc/audio/deforaos-mixer: Makefile
Log Message:
(audio/deforaos-mixer) +CFLAGS+= -fPIC
Compile error log: (Similar message found on aarch64)
ld: mute.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
(please advice me if I'm doing wrong, thanks)
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/deforaos-mixer/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/deforaos-mixer/Makefile
diff -u pkgsrc/audio/deforaos-mixer/Makefile:1.26 pkgsrc/audio/deforaos-mixer/Makefile:1.27
--- pkgsrc/audio/deforaos-mixer/Makefile:1.26 Tue Mar 10 22:09:19 2020
+++ pkgsrc/audio/deforaos-mixer/Makefile Sat Apr 18 04:13:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/03/10 22:09:19 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2020/04/18 04:13:51 mef Exp $
DISTNAME= Mixer-0.4.0
PKGNAME= deforaos-mixer-0.4.0
@@ -18,6 +18,8 @@ USE_TOOLS+= xgettext
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+CFLAGS+= -fPIC
+
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
Home |
Main Index |
Thread Index |
Old Index