pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/arts Simplify and fix SunOS compiler flags.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1223f987dc49
branches:  trunk
changeset: 362764:1223f987dc49
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed May 24 16:48:39 2017 +0000

description:
Simplify and fix SunOS compiler flags.

diffstat:

 audio/arts/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (24 lines):

diff -r fa8b1984311f -r 1223f987dc49 audio/arts/Makefile
--- a/audio/arts/Makefile       Wed May 24 16:42:18 2017 +0000
+++ b/audio/arts/Makefile       Wed May 24 16:48:39 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2016/07/09 06:37:47 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2017/05/24 16:48:39 jperkin Exp $
 
 DISTNAME=      arts-1.5.10
 PKGREVISION=   15
@@ -10,14 +10,7 @@
 
 REPLACE_SH+=   artsc/artsc-config.in artsc/artsdsp.in
 
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/compiler.mk"
-.if !empty(MACHINE_PLATFORM:MSunOS-5.1[0-9]-*) && \
-    !empty(CC_VERSION:Mgcc-4.[6-9].*)
 CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -std=c99
-.else
-CFLAGS.SunOS+= -D_XOPEN_SOURCE=500
-.endif
 
 CONFLICTS+=    kdelibs-2*
 



Home | Main Index | Thread Index | Old Index