Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/janet/files/
Date: Sat, 08 Aug 2020 09:04:43
Message-Id: 1596877445.7f45bff90973abfeb9203a95139e6432270d8a53.juippis@gentoo
1 commit: 7f45bff90973abfeb9203a95139e6432270d8a53
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 29 08:03:22 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 8 09:04:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f45bff9
7
8 dev-lang/janet: remove unused patch
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 .../janet/files/janet-1.7.0-fix-ldflags-in-pkgconfig.patch | 11 -----------
15 1 file changed, 11 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 81df47acc74..00000000000
20 --- a/dev-lang/janet/files/janet-1.7.0-fix-ldflags-in-pkgconfig.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- ./Makefile 2020-02-02 06:35:17.000000000 +0100
24 -+++ ./Makefile 2020-03-17 23:14:26.172766381 +0100
25 -@@ -242,7 +242,7 @@
26 - echo "Description: Library for the Janet programming language." >> $@
27 - $(JANET_TARGET) -e '(print "Version: " janet/version)' >> $@
28 - echo 'Cflags: -I$${includedir}' >> $@
29 -- echo 'Libs: -L$${libdir} -ljanet $(LDFLAGS)' >> $@
30 -+ echo 'Libs: -L$${libdir} -ljanet' >> $@
31 - echo 'Libs.private: $(CLIBS)' >> $@
32 -
33 - install: $(JANET_TARGET) build/janet.pc