summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-25 20:08:31 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-25 20:14:39 -0400
commitb7fbb5aea7e6690acb017b9ecfb673a684f69b68 (patch)
tree8dd4488202b26f77fdb4efc0d3a7cab939f2ff72 /x11-misc
parentx11-misc/imwheel: bump EAPI and drop eutils (diff)
downloadgentoo-b7fbb5aea7e6690acb017b9ecfb673a684f69b68.tar.gz
gentoo-b7fbb5aea7e6690acb017b9ecfb673a684f69b68.tar.bz2
gentoo-b7fbb5aea7e6690acb017b9ecfb673a684f69b68.zip
x11-misc/fluxter: fix patch for EAPI=6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/fluxter/files/fluxter-0.1.0-asneeded.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/fluxter/files/fluxter-0.1.0-asneeded.patch b/x11-misc/fluxter/files/fluxter-0.1.0-asneeded.patch
index 8b68260741e7..453aae8a2e25 100644
--- a/x11-misc/fluxter/files/fluxter-0.1.0-asneeded.patch
+++ b/x11-misc/fluxter/files/fluxter-0.1.0-asneeded.patch
@@ -1,13 +1,13 @@
---- Makefile.am
-+++ Makefile.am
+--- a/Makefile.am
++++ b/Makefile.am
@@ -17,4 +17,4 @@
NETInterface.cc NETInterface.hh \
blackboxstyle.hh
EXTRA_DIST = BUGS TODO
-fluxter_LDADD = @X_LIBS@
+fluxter_LDADD = @LIBS@
---- configure.in
-+++ configure.in
+--- a/configure.in
++++ b/configure.in
@@ -18,14 +18,12 @@
[
test "$CFLAGS" = "" && CFLAGS="-g -Wall -DDEBUG"