summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-15 23:56:18 +0000
committerSam James <sam@gentoo.org>2021-03-15 23:56:22 +0000
commit1054f69f75bc586bdceb0001b5a37ed07e0d78d3 (patch)
tree385c7df82b91eb148fc02c89b3494f2d3775db45 /net-analyzer/xnetload/files
parentnet-analyzer/labrea: fix libdir (diff)
downloadgentoo-1054f69f75bc586bdceb0001b5a37ed07e0d78d3.tar.gz
gentoo-1054f69f75bc586bdceb0001b5a37ed07e0d78d3.tar.bz2
gentoo-1054f69f75bc586bdceb0001b5a37ed07e0d78d3.zip
net-analyzer/xnetload: update EAPI 5 -> 7, fix libdir, colon-in-CFLAGS
Closes: https://bugs.gentoo.org/731182 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/xnetload/files')
-rw-r--r--net-analyzer/xnetload/files/xnetload-1.11.3-libdir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/xnetload/files/xnetload-1.11.3-libdir.patch b/net-analyzer/xnetload/files/xnetload-1.11.3-libdir.patch
new file mode 100644
index 000000000000..3bfbd619c112
--- /dev/null
+++ b/net-analyzer/xnetload/files/xnetload-1.11.3-libdir.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -14,7 +14,7 @@ CC = gcc
+
+ # The next two lines are for building an optimized and stripped program.
+ CFLAGS += -Wall -DNDEBUG -I/usr/include
+-LFLAGS = $(LDFLAGS) -L/usr/lib
++LFLAGS = $(LDFLAGS)
+
+ # These three lines are for building Athlon optimized programs on my system.
+ #CC=gcc-3.1