summaryrefslogtreecommitdiff
path: root/net-irc/sic/files/sic-1.2-include-path.patch
blob: 3f829609749635f7d8d0986b6d61aa37de7483c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Drop unnecessary include path to workaround possible ldd bug
https://bugs.gentoo.org/731168
----
diff --git a/config.mk b/config.mk
index 5d42b38..61d085a 100644
--- a/config.mk
+++ b/config.mk
@@ -9,7 +9,7 @@ MANPREFIX = ${PREFIX}/share/man
 
 # includes and libs
 INCS = -I. -I/usr/include
-LIBS = -L/usr/lib -lc
+LIBS = -lc
 
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE