diff options
author | 2021-04-19 07:38:45 +0100 | |
---|---|---|
committer | 2021-04-19 20:09:56 +0100 | |
commit | 957bf1d08184717dd056ef1588f53c7bddea5b48 (patch) | |
tree | 9d246942d09b2ff9b49521d65da866be59845d0c /media-gfx/xzgv/files | |
parent | gnustep-base/mknfonts: respect ${PKG_CONFIG}, depend on pkgconfig (diff) | |
download | gentoo-957bf1d08184717dd056ef1588f53c7bddea5b48.tar.gz gentoo-957bf1d08184717dd056ef1588f53c7bddea5b48.tar.bz2 gentoo-957bf1d08184717dd056ef1588f53c7bddea5b48.zip |
media-gfx/xzgv: port to EAPI 7, respect ${PKG_CONFIG}
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/xzgv/files')
-rw-r--r-- | media-gfx/xzgv/files/xzgv-0.9-asneeded-and-cflags.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/xzgv/files/xzgv-0.9-asneeded-and-cflags.patch b/media-gfx/xzgv/files/xzgv-0.9-asneeded-and-cflags.patch index 8b3c671dbf8a..344f283d7663 100644 --- a/media-gfx/xzgv/files/xzgv-0.9-asneeded-and-cflags.patch +++ b/media-gfx/xzgv/files/xzgv-0.9-asneeded-and-cflags.patch @@ -1,7 +1,7 @@ http://bugs.gentoo.org/500692 ---- config.mk -+++ config.mk +--- a/config.mk ++++ b/config.mk @@ -7,7 +7,7 @@ # This is likely to be what you'll want for most systems: # @@ -11,16 +11,16 @@ http://bugs.gentoo.org/500692 # Set the awk interpreter to use for a script used while compiling. # (This should be a `new' awk, such as gawk or mawk.) ---- src/Makefile -+++ src/Makefile +--- a/src/Makefile ++++ b/src/Makefile @@ -9,8 +9,8 @@ # This gets definitions for CC, CFLAGS, BINDIR etc. include ../config.mk -CFLAGS+=`pkg-config --cflags gtk+-2.0` `pkg-config --cflags gdk-pixbuf-2.0` -LDFLAGS+=`pkg-config --libs gtk+-2.0` `pkg-config --libs gdk-pixbuf-2.0` -+CFLAGS+=`pkg-config --cflags gtk+-2.0` `pkg-config --cflags gdk-pixbuf-2.0` `pkg-config --cflags x11` -+LIBS=`pkg-config --libs gtk+-2.0` `pkg-config --libs gdk-pixbuf-2.0` `pkg-config --libs x11` -lm ++CFLAGS+=`${PKG_CONFIG} --cflags gtk+-2.0` `${PKG_CONFIG} --cflags gdk-pixbuf-2.0` `${PKG_CONFIG} --cflags x11` ++LIBS=`${PKG_CONFIG} --libs gtk+-2.0` `${PKG_CONFIG} --libs gdk-pixbuf-2.0` `${PKG_CONFIG} --libs x11` -lm all: xzgv |