Date: Sat, 22 Aug 2015 14:45:18 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395035 - head/audio/tclmidi/files Message-ID: <201508221445.t7MEjIlV043730@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Aug 22 14:45:18 2015 New Revision: 395035 URL: https://svnweb.freebsd.org/changeset/ports/395035 Log: audio/tclmide: Remove -Werror flag This unmaintained port won't build on gcc5+ with -Werror. Modified: head/audio/tclmidi/files/BSDmakefile Modified: head/audio/tclmidi/files/BSDmakefile ============================================================================== --- head/audio/tclmidi/files/BSDmakefile Sat Aug 22 14:31:38 2015 (r395034) +++ head/audio/tclmidi/files/BSDmakefile Sat Aug 22 14:45:18 2015 (r395035) @@ -25,9 +25,10 @@ LDADD= -lstdc++ SUBDIRS=events device patch smf song rb INCLUDES= -I${TCL_INCLUDEDIR} ${SUBDIRS:S/^/-I/} -CFLAGS+= ${INCLUDES} -Werror +CFLAGS+= ${INCLUDES} CXXFLAGS+= -Wall -Wno-deprecated ${INCLUDES} -I${FILESDIR} -CXXFLAGS+= -DHAVE_UNISTD_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_TIME_H -Werror +CXXFLAGS+= -DHAVE_UNISTD_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_TIME_H +NO_WERROR= yes .PATH: ${SUBDIRS} man WARNS= 5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508221445.t7MEjIlV043730>