summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-19 09:03:43 +0100
committerSam James <sam@gentoo.org>2021-04-19 20:10:52 +0100
commit8ccc7228805f9395240da7c878fa0a7f36185f73 (patch)
treea9723e6c77fc25d1ab42efa2d8af545603282eac /media-plugins/ir_lv2
parentmedia-libs/sge: respect PKG_CONFIG, multilib-- (diff)
downloadgentoo-8ccc7228805f9395240da7c878fa0a7f36185f73.tar.gz
gentoo-8ccc7228805f9395240da7c878fa0a7f36185f73.tar.bz2
gentoo-8ccc7228805f9395240da7c878fa0a7f36185f73.zip
media-plugins/ir_lv2: respect PKG_CONFIG
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/ir_lv2')
-rw-r--r--media-plugins/ir_lv2/files/ir_lv2-1.3.4-respect-flags.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-plugins/ir_lv2/files/ir_lv2-1.3.4-respect-flags.patch b/media-plugins/ir_lv2/files/ir_lv2-1.3.4-respect-flags.patch
index 79f851c9580a..f92ad7dac25b 100644
--- a/media-plugins/ir_lv2/files/ir_lv2-1.3.4-respect-flags.patch
+++ b/media-plugins/ir_lv2/files/ir_lv2-1.3.4-respect-flags.patch
@@ -5,7 +5,7 @@
# change "-O2 -ffast-math" to "-g -O0" below if you want to debug the plugin
-CPPFLAGS += -Wall -I. -I/usr/include `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gthread-2.0` -D__STDC_FORMAT_MACROS -O2 -ffast-math
-+CPPFLAGS += -Wall -I. -I/usr/include `pkg-config --cflags gtk+-2.0` `${PKG_CONFIG} --cflags gthread-2.0` -D__STDC_FORMAT_MACROS -ffast-math
++CPPFLAGS += -Wall -I. -I/usr/include `${PKG_CONFIG} --cflags gtk+-2.0` `${PKG_CONFIG} --cflags gthread-2.0` -D__STDC_FORMAT_MACROS -ffast-math
LIBS += -lc -lm -lzita-convolver -lsamplerate -lsndfile `pkg-config --libs gthread-2.0` `pkg-config --libs gtk+-2.0`
ifeq ($(shell pkg-config --atleast-version='2.16' gtk+-2.0; echo $$?), 1)