commit: 7f45bff90973abfeb9203a95139e6432270d8a53
Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Wed Jul 29 08:03:22 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 09:04:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f45bff9
dev-lang/janet: remove unused patch
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../janet/files/janet-1.7.0-fix-ldflags-in-pkgconfig.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/dev-lang/janet/files/janet-1.7.0-fix-ldflags-in-pkgconfig.patch
b/dev-lang/janet/files/janet-1.7.0-fix-ldflags-in-pkgconfig.patch
deleted file mode 100644
index 81df47acc74..00000000000
--- a/dev-lang/janet/files/janet-1.7.0-fix-ldflags-in-pkgconfig.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./Makefile 2020-02-02 06:35:17.000000000 +0100
-+++ ./Makefile 2020-03-17 23:14:26.172766381 +0100
-@@ -242,7 +242,7 @@
- echo "Description: Library for the Janet programming language." >> $@
- $(JANET_TARGET) -e '(print "Version: " janet/version)' >> $@
- echo 'Cflags: -I$${includedir}' >> $@
-- echo 'Libs: -L$${libdir} -ljanet $(LDFLAGS)' >> $@
-+ echo 'Libs: -L$${libdir} -ljanet' >> $@
- echo 'Libs.private: $(CLIBS)' >> $@
-
- install: $(JANET_TARGET) build/janet.pc