diff options
author | 2014-02-15 12:53:32 +0000 | |
---|---|---|
committer | 2014-02-15 12:53:32 +0000 | |
commit | f3e7ae6c46e2db4d0837bfd6318bd0b98704f31c (patch) | |
tree | af6d2492c0f038968d6f045eae93f72116d73e3c /media-gfx/xzgv/files | |
parent | Add unit file (#499120 by Paolo Pedroni) (diff) | |
download | gentoo-2-f3e7ae6c46e2db4d0837bfd6318bd0b98704f31c.tar.gz gentoo-2-f3e7ae6c46e2db4d0837bfd6318bd0b98704f31c.tar.bz2 gentoo-2-f3e7ae6c46e2db4d0837bfd6318bd0b98704f31c.zip |
Fix underlinking wrt #369389. Thanks to Diego Elio Pettenò for reporting and Ted Tanberry for the patch.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-gfx/xzgv/files')
-rw-r--r-- | media-gfx/xzgv/files/xzgv-0.9-asneeded-and-cflags.patch | 20 |
1 files changed, 11 insertions, 9 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 945986e45b7e..8b3c671dbf8a 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,6 +1,7 @@ -diff -ur xzgv-0.9.orig/config.mk xzgv-0.9/config.mk ---- xzgv-0.9.orig/config.mk 2007-08-12 13:14:42.000000000 +0300 -+++ xzgv-0.9/config.mk 2007-10-27 19:56:25.000000000 +0300 +http://bugs.gentoo.org/500692 + +--- config.mk ++++ config.mk @@ -7,7 +7,7 @@ # This is likely to be what you'll want for most systems: # @@ -10,15 +11,16 @@ diff -ur xzgv-0.9.orig/config.mk xzgv-0.9/config.mk # Set the awk interpreter to use for a script used while compiling. # (This should be a `new' awk, such as gawk or mawk.) -diff -ur xzgv-0.9.orig/src/Makefile xzgv-0.9/src/Makefile ---- xzgv-0.9.orig/src/Makefile 2007-08-14 01:39:16.000000000 +0300 -+++ xzgv-0.9/src/Makefile 2007-10-27 19:54:01.000000000 +0300 -@@ -10,7 +10,7 @@ +--- src/Makefile ++++ 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` +-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` -+LIBS=`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 all: xzgv |