pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libtunepimp



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu May 17 11:02:24 UTC 2018

Modified Files:
        pkgsrc/audio/libtunepimp: Makefile

Log Message:
libtunepimp: SunOS needs -fpermissive for pthread_t precision.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/audio/libtunepimp/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/libtunepimp/Makefile
diff -u pkgsrc/audio/libtunepimp/Makefile:1.37 pkgsrc/audio/libtunepimp/Makefile:1.38
--- pkgsrc/audio/libtunepimp/Makefile:1.37      Sun Apr 29 21:31:17 2018
+++ pkgsrc/audio/libtunepimp/Makefile   Thu May 17 11:02:24 2018
@@ -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_LANGUAGES=                c c++
 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