projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aab8e9
)
x11-misc/fluxter: fix patch for EAPI=6
author
Aaron Bauman
<bman@gentoo.org>
Sat, 26 May 2018 00:08:31 +0000
(20:08 -0400)
committer
Aaron Bauman
<bman@gentoo.org>
Sat, 26 May 2018 00:14:39 +0000
(20:14 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-misc/fluxter/files/fluxter-0.1.0-asneeded.patch
patch
|
blob
|
history
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 8b68260741e72e1548819eb91af154d9f7124d5e..453aae8a2e25dcc3c98d545e4c7dd550dcfae728 100644
(file)
--- 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"