summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-12-24 12:47:03 +0000
committerMarek Szuba <marecki@gentoo.org>2020-12-24 12:47:03 +0000
commitcdf61b6dc921df80d68e3014b8a83ce38bffbb0c (patch)
treefe48fbbc70cbb589c640e7cb815918406e616d20 /x11-misc/hsetroot/files
parentapp-text/xchm: remove old (diff)
downloadgentoo-cdf61b6dc921df80d68e3014b8a83ce38bffbb0c.tar.gz
gentoo-cdf61b6dc921df80d68e3014b8a83ce38bffbb0c.tar.bz2
gentoo-cdf61b6dc921df80d68e3014b8a83ce38bffbb0c.zip
x11-misc/hsetroot: remove old
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-misc/hsetroot/files')
-rw-r--r--x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index cb18ac472306..000000000000
--- a/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -38,6 +38,8 @@
- # Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
-
-+PKG_CHECK_MODULES(X11, [x11])
-+
- # Check for imlib2
- AC_CHECK_PROGS(imlib2config_cmd, imlib2-config)
- if test x$imlib2config_cmd = "x"; then
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,7 +1,7 @@
- bin_PROGRAMS = hsetroot
-
- AM_CFLAGS = @CFLAGS@ @IMLIB2_CFLAGS@ -Wall
--LIBS = @IMLIB2_LIBS@
-+LIBS = @IMLIB2_LIBS@ $(X11_LIBS)
-
- hsetroot_SOURCES = hsetroot.c
-