freebsd-ports/audio/soundkonverter
David Naylor 9b5265f7bb Fix build of audio/soundkonverter due to the use of '-pedantic'.
Soundkonverter includes a C file that has a trailing comma (,) at the end
of an enum, this construct is only supported by C++11 (but by C99) thus is
not accepted as valid with the '-pedantic'.  The base compiler (gcc) does
not understand C++11 and errors on this.

Remove the '-pedantic' option as it does not impact on the code produced,
to allow the port to be built.

PR:	ports/182906
2013-11-24 08:56:44 +00:00
..
distinfo Update audio/soundkonverter to 2.0.4. 2013-07-20 13:22:20 +00:00
Makefile Fix build of audio/soundkonverter due to the use of '-pedantic'. 2013-11-24 08:56:44 +00:00
pkg-descr
pkg-plist Update audio/soundkonverter to 2.0.4. 2013-07-20 13:22:20 +00:00