diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-05-17 11:02:24 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-05-17 11:02:24 +0000 |
commit | e2a7dbec5c72248a0aad64bbdf355d1ab2af42e8 (patch) | |
tree | 329e5007ccaaf183eb5a8a2b5a40988756e1a863 /audio | |
parent | 8f9f69fc6e162b41608fddb6a8956e68be553ed0 (diff) | |
download | pkgsrc-e2a7dbec5c72248a0aad64bbdf355d1ab2af42e8.tar.gz |
libtunepimp: SunOS needs -fpermissive for pthread_t precision.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libtunepimp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index d4374d4485a..59d7e0694a8 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/Makefile @@ -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" |