opnsense-ports/audio/cava/files/patch-Makefile.am
Franco Fichtner f537c84ca8 */*: sync with upstream
Taken from: FreeBSD
2021-08-09 08:45:20 +02:00

22 lines
485 B
Text

- Remove some flags that gcc 4.2 (on tier 2 archs like powerpc)
does not recognize
- Do not install the Linux-only font
--- Makefile.am.orig 2021-05-18 18:13:38 UTC
+++ Makefile.am
@@ -22,7 +22,7 @@ if OSX
else
cava_LDFLAGS += -lrt
cava_font_dir = @FONT_DIR@
- cava_font__DATA = cava.psf
+ cava_font__DATA = cava.fnt
endif
if ALSA
@@ -52,5 +52,6 @@ if !SYSTEM_LIBINIPARSER
cava_LDADD += -Liniparser/.libs
cava_CPPFLAGS += -Iiniparser/src
endif
+