pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libtunepimp libtunepimp: SunOS need...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eac0a792832d
branches:  trunk
changeset: 308163:eac0a792832d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu May 17 11:02:24 2018 +0000

description:
libtunepimp: SunOS needs -fpermissive for pthread_t precision.

diffstat:

 audio/libtunepimp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 484b4f1b61d4 -r eac0a792832d audio/libtunepimp/Makefile
--- a/audio/libtunepimp/Makefile        Thu May 17 11:01:23 2018 +0000
+++ b/audio/libtunepimp/Makefile        Thu May 17 11:02:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2018/04/29 21:31:17 adam Exp $
+# $NetBSD: Makefile,v 1.38 2018/05/17 11:02:24 jperkin Exp $
 
 DISTNAME=              libtunepimp-0.5.3
 PKGREVISION=           22
@@ -19,6 +19,8 @@
 USE_LIBTOOL=           YES
 CONFLICTS+=            tunepimp-[0-9]* trm-[0-9]*
 
+CXXFLAGS.SunOS+=       -fpermissive
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index