From 2604ea22f3dbcb1dfca4dc0d58df3709f334ef50 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 28 Aug 2020 10:59:56 +0000 Subject: [PATCH] audio/bristol: fix build on recent current --- audio/bristol/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/bristol/Makefile b/audio/bristol/Makefile index 787e6ffdbd73..a972f5fb35c7 100644 --- a/audio/bristol/Makefile +++ b/audio/bristol/Makefile @@ -26,6 +26,9 @@ CONFIGURE_ARGS+= --disable-alsa --enable-oss \ --enable-jack-default-midi \ --disable-version-check +# Fix build on recent current (would require a handful of patches) +CFLAGS+= -fcommon + PORTDATA= * post-patch: