diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-07-26 18:48:08 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-27 04:49:38 +0100 |
commit | 1d22bc0aea0e245d471a337a9ef10cd1bbbe4264 (patch) | |
tree | 63c1459f4804db36015487e575673021fd8285a2 | |
parent | x11-wm/xmonad: remove unused patch (diff) | |
download | gentoo-1d22bc0aea0e245d471a337a9ef10cd1bbbe4264.tar.gz gentoo-1d22bc0aea0e245d471a337a9ef10cd1bbbe4264.tar.bz2 gentoo-1d22bc0aea0e245d471a337a9ef10cd1bbbe4264.zip |
dev-haskell/x11: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Closes: https://github.com/gentoo/gentoo/pull/26591
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-haskell/x11/files/x11-1.9-no-LDFLAGS.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-haskell/x11/files/x11-1.9-no-LDFLAGS.patch b/dev-haskell/x11/files/x11-1.9-no-LDFLAGS.patch deleted file mode 100644 index 69bc33c0d21e..000000000000 --- a/dev-haskell/x11/files/x11-1.9-no-LDFLAGS.patch +++ /dev/null @@ -1,10 +0,0 @@ -Don't persist LDFLAGS into package database. - -https://bugs.gentoo.org/609624 ---- a/X11.buildinfo.in -+++ b/X11.buildinfo.in -@@ -5,3 +5,3 @@ buildable: @BUILD_PACKAGE_BOOL@ - cc-options: @X_CFLAGS@ @CPPFLAGS@ --ld-options: @X_LIBS@ @LDFLAGS@ -+ld-options: @X_LIBS@ - extra-libraries: @EXTRA_LIBRARIES@ |