diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-07-30 13:48:59 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-07-30 13:56:05 +0200 |
commit | 53345689a6c1113c09dcf290014b609e917f61b0 (patch) | |
tree | f19c350b02c55a1f90051730384626fd042c1783 /x11-misc/hsetroot | |
parent | dev-util/oprofile: 1.2.0 version bump (diff) | |
download | gentoo-53345689a6c1113c09dcf290014b609e917f61b0.tar.gz gentoo-53345689a6c1113c09dcf290014b609e917f61b0.tar.bz2 gentoo-53345689a6c1113c09dcf290014b609e917f61b0.zip |
x11-misc/hsetroot: Clean up patch.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-misc/hsetroot')
-rw-r--r-- | x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch b/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch index 8d87a48fb805..cb18ac472306 100644 --- a/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch +++ b/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch @@ -1,7 +1,5 @@ -http://bugs.gentoo.org/504056 - ---- configure.ac -+++ configure.ac +--- a/configure.ac ++++ b/configure.ac @@ -38,6 +38,8 @@ # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -11,8 +9,8 @@ http://bugs.gentoo.org/504056 # Check for imlib2 AC_CHECK_PROGS(imlib2config_cmd, imlib2-config) if test x$imlib2config_cmd = "x"; then ---- src/Makefile.am -+++ src/Makefile.am +--- a/src/Makefile.am ++++ b/src/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = hsetroot |