Date: Sun, 8 Jul 2018 09:29:07 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474168 - head/audio/tosha/files Message-ID: <201807080929.w689T73t046358@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Jul 8 09:29:07 2018 New Revision: 474168 URL: https://svnweb.freebsd.org/changeset/ports/474168 Log: audio/tosha: Fix build on 12.0-CURRENT In file included from tosha.c:42: In file included from ./toscsi.h:43: In file included from /usr/include/cam/cam_ccb.h:46: In file included from /usr/include/cam/nvme/nvme_all.h:33: /usr/include/dev/nvme/nvme.h:1335:8: error: unknown type name 'inline' static inline ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p473363_s335650/logs/tosha-0.6_1.log Modified: head/audio/tosha/files/patch-Makefile Modified: head/audio/tosha/files/patch-Makefile ============================================================================== --- head/audio/tosha/files/patch-Makefile Sun Jul 8 09:07:38 2018 (r474167) +++ head/audio/tosha/files/patch-Makefile Sun Jul 8 09:29:07 2018 (r474168) @@ -1,5 +1,14 @@ --- Makefile.orig 1998-12-16 12:34:09 UTC +++ Makefile +@@ -17,7 +17,7 @@ MANDIR=$(PREFIX)/man + ################################################### + + CFLAGS?=-O2 +-CFLAGS+=-Wall -ansi -DGLOBAL_ETC_DIR=\"$(ETCDIR)\" ++CFLAGS+=-Wall -DGLOBAL_ETC_DIR=\"$(ETCDIR)\" + + .if (exists(/usr/include/camlib.h)) + CFLAGS+=-DCAM @@ -53,15 +53,10 @@ pcmfade: pcmfade.o utils.o $(CC) $(CFLAGS) -o pcmfade pcmfade.o utils.o
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807080929.w689T73t046358>