pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/normalize



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct 24 12:30:07 UTC 2018

Modified Files:
        pkgsrc/audio/normalize: Makefile

Log Message:
normalize: Force gnu89 on SunOS to work around _POSIX_C_SOURCE.

It's set in too many files to patch.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/normalize/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/normalize/Makefile
diff -u pkgsrc/audio/normalize/Makefile:1.33 pkgsrc/audio/normalize/Makefile:1.34
--- pkgsrc/audio/normalize/Makefile:1.33        Wed Aug 22 09:42:56 2018
+++ pkgsrc/audio/normalize/Makefile     Wed Oct 24 12:30:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2018/08/22 09:42:56 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2018/10/24 12:30:07 jperkin Exp $
 
 DISTNAME=      normalize-0.7.7
 PKGREVISION=   8
@@ -23,6 +23,9 @@ CPPFLAGS+=            -I${BUILDLINK_PREFIX.libaudi
 LDFLAGS+=              -L${BUILDLINK_PREFIX.libaudiofile}/lib
 LDFLAGS+=              ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libaudiofile}/lib -laudiofile
 
+# Hardcodes _POSIX_C_SOURCE=2 everywhere
+CFLAGS.SunOS+= -std=gnu89
+
 # is a generated file which doesn't exist when REPLACE_PERL happens
 #REPLACE_PERL=         src/normalize-mp3
 



Home | Main Index | Thread Index | Old Index