summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2019-11-17 14:00:11 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2019-11-17 14:00:41 +0100
commite20bade5a5879b5e6653afd6c007da16e2ade19f (patch)
treeaf7c1bfac3cfd385813eb9ef39e738beebf60574 /media-sound/jaaa/files
parentnet-libs/telepathy-qt: Disable failing tests trying to access D-Bus (diff)
downloadgentoo-e20bade5a5879b5e6653afd6c007da16e2ade19f.tar.gz
gentoo-e20bade5a5879b5e6653afd6c007da16e2ade19f.tar.bz2
gentoo-e20bade5a5879b5e6653afd6c007da16e2ade19f.zip
media-sound/jaaa-0.9.2: bump
1) updated to eapi 7 2) updated deps (media-libs/libclalsadrv deprecated) 3) updated Makefile patch 4) removed tc-export (not used anymore) Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/jaaa/files')
-rw-r--r--media-sound/jaaa/files/jaaa-0.9.2-Makefile.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/media-sound/jaaa/files/jaaa-0.9.2-Makefile.patch b/media-sound/jaaa/files/jaaa-0.9.2-Makefile.patch
new file mode 100644
index 000000000000..c4f472acd636
--- /dev/null
+++ b/media-sound/jaaa/files/jaaa-0.9.2-Makefile.patch
@@ -0,0 +1,16 @@
+diff --git a/source/Makefile b/source/Makefile
+index fec867e..0c769f6 100644
+--- a/source/Makefile
++++ b/source/Makefile
+@@ -23,9 +23,8 @@ BINDIR ?= $(PREFIX)/bin
+
+ VERSION = 0.9.2
+ CPPFLAGS += -MMD -MP -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(PREFIX)\" -I.
+-CPPFLAGS += $(shell pkgconf --cflags freetype2)
+-CXXFLAGS += -O2 -Wall
+-CXXFLAGS += -march=native
++CPPFLAGS += $(shell pkg-config --cflags freetype2)
++CXXFLAGS += -Wall
+ LDLIBS += -lzita-alsa-pcmi -lclthreads -lclxclient -lasound -lpthread \
+ -lfftw3f -ljack -lXft -lX11 -lrt
+